open-vault/ui/.prettierrc

6 lines
73 B
Plaintext
Raw Normal View History

2018-10-30 20:53:17 +00:00
{
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 110
}