1
0
mirror of https://github.com/keeweb/keeweb-plugins.git synced 2024-06-22 07:06:46 +02:00
keeweb-plugins/.prettierrc

9 lines
154 B
Plaintext
Raw Normal View History

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