antv-l7/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

2019-11-21 13:44:32 +08:00
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}