quartz/.prettierrc
2024-03-11 08:58:43 -05:00

8 lines
122 B
Plaintext

{
"printWidth": 80,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 4,
"semi": false
}