HumanBreak/.prettierrc
2024-02-08 16:50:58 +08:00

14 lines
328 B
Plaintext

{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"bracketSpacing": true,
"vueIndentScriptAndStyle": false,
"arrowParens": "avoid",
"trailingComma": "none",
"endOfLine": "auto",
"embeddedLanguageFormatting": "off"
}