mail/.prettierrc
2023-03-17 13:31:27 +01:00

7 lines
116 B
Plaintext

{
"printWidth": 120,
"tabWidth": 4,
"quoteProps": "consistent",
"trailingComma": "all",
"useTabs": false
}