HumanBreak/.prettierrc

12 lines
262 B
Plaintext
Raw Normal View History

2023-06-21 11:30:15 +08:00
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"bracketSpacing": true,
"vueIndentScriptAndStyle": false,
"arrowParens": "avoid",
"trailingComma": "none"
}