FitTrackee/fittrackee_client/.prettierrc.json

13 lines
301 B
JSON
Raw Normal View History

2021-07-25 13:23:25 +02:00
{
"$schema": "https://json.schemastore.org/prettierrc",
2021-07-25 13:23:25 +02:00
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 80,
"endOfLine": "auto",
"vueIndentScriptAndStyle": true
}