mirror other prettier configs

This commit is contained in:
semanticdata 2024-03-14 12:24:34 -05:00
parent e63d532ae1
commit b96ee051a2

View File

@ -1,7 +1,16 @@
{
"printWidth": 80,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 4,
"semi": false
"tabWidth": 2,
"semi": false,
"useTabs": false,
"singleQuote": false,
"quoteProps": "consistent",
"bracketSpacing": false,
"bracketSameLine": true,
"arrowParens": "always",
"proseWrap": "never",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto",
"singleAttributePerLine": false
}