quartz/.prettierrc
2024-03-07 12:46:33 -06:00

8 lines
112 B
Plaintext

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