FitTrackee/fittrackee_client/.prettierrc
2021-11-06 21:27:32 +01:00

13 lines
246 B
Plaintext

{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 80,
"endOfLine": "auto",
"vueIndentScriptAndStyle": true
}