Miao-Yunzai/.prettierrc.json

16 lines
350 B
JSON
Raw Permalink Normal View History

2024-06-17 23:04:18 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "none",
"useTabs": false,
"proseWrap": "preserve",
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "auto",
"quoteProps": "consistent",
"vueIndentScriptAndStyle": true
}