chore(web): configure prettier to my preferences

This commit is contained in:
Stevan Freeborn
2026-02-18 06:01:15 -06:00
parent ee074a29ff
commit c37aa7ccca
+12
View File
@@ -1,3 +1,15 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "es5",
"arrowParens": "avoid",
"bracketSameLine": false,
"jsxSingleQuote": true,
"embeddedLanguageFormatting": "auto",
"endOfLine": "auto",
"vueIndentScriptAndStyle": true,
"singleAttributePerLine": true
}