Files
st-react/web-admin/.prettierrc
2026-03-13 21:12:58 +08:00

13 lines
236 B
Plaintext

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"vueIndentScriptAndStyle": true,
"endOfLine": "lf"
}