ITZX-Clubs-Home-Web/.prettierrc.json
2024-12-10 20:04:14 +08:00

10 lines
203 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"htmlWhitespaceSensitivity": "ignore",
"trailingComma": "all"
}