Files
spoolman2/client/.prettierrc
2023-10-10 20:36:55 +02:00

12 lines
134 B
Plaintext

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