ITZX-Clubs-Home-Web/.prettierrc.json
2024-04-07 17:35:03 +08:00

10 lines
204 B
JSON

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