PoppersTracker/.prettierrc.json
2024-12-12 20:39:17 +03:00

12 lines
273 B
JSON

{
"printWidth": 132,
"bracketSpacing": true,
"bracketSameLine": true,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "lf",
"overrides": [{ "files": "data.json", "options": { "printWidth": 999 } }]
}