InsuranceTweaks/.prettierrc.json

7 lines
85 B
JSON
Raw Normal View History

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