Files
phundrak.com-backend/frontend/.prettierrc

18 lines
394 B
Plaintext

{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"experimentalOperatorPosition": "start",
"experimentalTernaries": true,
"jsxSingleQuote": true,
"printWidth": 120,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"vueIndentScriptAndStyle": false
}