alai-server/frontend/.prettierrc.json

10 lines
190 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": false,
"printWidth": 250,
"bracketSameLine": false
}