SpaceNinjaServer/.prettierrc
Ordis 96f945267a Revert "2 spaces tab, prettier command"
This reverts commit bd4ea5c94440304768883cae8169315ea15774f8.
2023-06-02 04:11:07 +02:00

19 lines
439 B
Plaintext

{
"tabWidth": 4,
"useTabs": false,
"endOfLine": "auto",
"trailingComma": "none",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 120,
"proseWrap": "never",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"vueIndentScriptAndStyle": true,
"arrowParens": "avoid",
"bracketSpacing": true
}