yunzer/pc-b/.prettierrc
2025-04-24 11:10:30 +08:00

11 lines
177 B
Plaintext

{
"useTabs": false,
"tabWidth": 2,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false,
"endOfLine": "crlf"
}