Files
skt-vuetify-templates/.prettierrc
T
skytek_xinliang 507afcc99c feat: project init
2026-03-26 10:08:35 +08:00

11 lines
183 B
Plaintext

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