Files
spoolman2/client/.prettierrc
2023-10-14 13:28:48 +02:00

12 lines
152 B
Plaintext

{
"printWidth": 120,
"overrides": [
{
"files": ["public/locales/**/*.json"],
"options": {
"tabWidth": 4
}
}
]
}