keeweb/.prettierrc

9 lines
154 B
Plaintext
Raw Permalink Normal View History

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