still-silicon-valley-sdy/.prettierrc.json
2024-06-12 14:58:17 +08:00

11 lines
198 B
JSON

{
"singleQuote": true,
"semi": false,
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "ignore",
"endOfLine": "auto",
"trailingComma": "none",
"tabWidth": 2,
"printWidth": 120
}