antv-l7/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}