Files
deemixer/.prettierrc
2020-04-16 19:57:34 +02:00

11 lines
205 B
Plaintext

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