lowdefy/.prettierrc

6 lines
73 B
Plaintext
Raw Normal View History

2020-10-01 22:09:28 +08:00
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5"
}