alai-server/frontend/.prettierrc.json

15 lines
322 B
JSON

{
"useTabs": false,
"tabWidth": 4,
"trailingComma": "none",
"semi": true,
"singleQuote": true,
"vueIndentScriptAndStyle": true,
"singleAttributePerLine": true,
"printWidth": 250,
"bracketSameLine": false,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}