InsuranceTweaks/.prettierrc.json
2024-07-16 12:08:48 +02:00

7 lines
86 B
JSON

{
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"semi": true
}