work-time-calculator/.prettierrc.json
2023-11-11 15:13:20 +02:00

10 lines
187 B
JSON

{
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4,
"semi": true,
"bracketSpacing": true,
"xmlWhitespaceSensitivity": "ignore",
"bracketSameLine": true
}