SpaceNinjaServer/.prettierrc
Ângelo Tadeucci 84c825e8a7 Initial commit
2023-05-19 15:26:36 -03:00

19 lines
439 B
Plaintext

{
"tabWidth": 2,
"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
}