keeweb-plugins/.prettierrc

9 lines
154 B
Plaintext
Raw Permalink Normal View History

2020-05-24 18:56:50 +02:00
{
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"quoteProps": "preserve",
"endOfLine": "auto"
}