synclounge/.prettierrc

7 lines
100 B
Plaintext
Raw Normal View History

2020-05-26 22:04:27 +00:00
{
"printWidth": 100,
"singleQuote": true,
"arrowParens": "always",
"trailingComma": "all"
}