aotds-docks/.prettierrc

7 lines
89 B
Plaintext
Raw Normal View History

2021-05-17 13:48:31 +00:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}