quartz-clone/.prettierrc
2025-06-19 22:42:47 +01:00

8 lines
113 B
Plaintext

{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"semi": false
}