Files
tunji/.prettierrc
2026-05-31 21:06:22 +08:00

14 lines
272 B
Plaintext

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