InsuranceTweaks/.prettierrc.json

7 lines
86 B
JSON
Raw Normal View History

{
2024-07-16 12:08:48 +02:00
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"semi": true
}