bot-eye-leak/.prettierrc

13 lines
234 B
Plaintext
Raw Normal View History

2021-07-08 00:59:34 +02:00
{
"bracketSpacing": true,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"printWidth": 80,
"tabWidth": 2,
"endOfLine": "lf",
"vueIndentScriptAndStyle": true,
"useTabs": true,
"arrowParens": "avoid"
}