quartz/.prettierrc
2026-02-14 17:26:32 +01:00

22 lines
316 B
Plaintext

{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"overrides": [
{
"files": "*.canvas",
"options": {
"parser": "json"
}
},
{
"files": "*.base",
"options": {
"parser": "yaml"
}
}
]
}