Grade_Inquiry/.prettierrc.json
2026-01-26 16:43:55 +08:00

12 lines
219 B
JSON

{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "auto",
"vueIndentScriptAndStyle": false
}