Files
seasonedShows/.prettierrc
2022-01-03 19:28:42 +01:00

11 lines
195 B
Plaintext

{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"vueIndentScriptAndStyle": false,
"trailingComma": "none"
}