keeweb/.prettierrc

8 lines
129 B
Plaintext

{
"tabWidth": 4,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "none",
"quoteProps": "preserve"
}