config/.prettierrc

11 lines
202 B
Plaintext
Raw Normal View History

2024-02-14 14:08:26 +01:00
{
"arrowParens": "always",
"bracketSpacing": true,
"editorconfig": true,
"printWidth": 116,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"vueIndentScriptAndStyle": true
}