hammal/.prettierrc

7 lines
105 B
Plaintext
Raw Normal View History

2021-04-12 23:12:01 +08:00
{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}