NapCatQQ/.prettierrc.json

11 lines
198 B
JSON
Raw Normal View History

2024-08-09 06:11:24 +00:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 120,
"endOfLine": "auto"
}