quartz-clone/.prettierrc

8 lines
113 B
Plaintext
Raw Normal View History

2025-06-19 21:42:47 +00:00
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"semi": false
}