Files
jdt-game/.prettierrc.json
2024-01-19 11:09:55 +08:00

8 lines
133 B
JSON

{
"printWidth": 100,
"singleQuote": true,
"semi": false,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore"
}