keeweb/.prettierrc

8 lines
129 B
Plaintext
Raw Normal View History

2019-08-16 23:05:39 +02:00
{
"tabWidth": 4,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "none",
"quoteProps": "preserve"
}