alai-server/frontend/.prettierrc.json

15 lines
322 B
JSON
Raw Normal View History

2023-01-18 22:46:19 -03:00
{
"useTabs": false,
"tabWidth": 4,
"trailingComma": "none",
"semi": true,
"singleQuote": true,
"vueIndentScriptAndStyle": true,
"singleAttributePerLine": true,
"printWidth": 250,
"bracketSameLine": false,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}