deemix-webui/.prettierrc

9 lines
159 B
Plaintext
Raw Normal View History

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