Files
data-platform/.prettierrc
2026-03-03 22:02:25 +00:00

20 lines
329 B
Plaintext

{
"printWidth": 100,
"proseWrap": "always",
"tabWidth": 2,
"overrides": [
{
"files": "*.yml",
"options": { "singleQuote": false }
},
{
"files": "*.yaml",
"options": { "singleQuote": false }
},
{
"files": "*.json",
"options": { "trailingComma": "none" }
}
]
}