NapCatQQ/.prettierrc.json
2024-08-09 14:11:24 +08:00

11 lines
198 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 120,
"endOfLine": "auto"
}