lowcode-engine/.prettierrc
2020-03-27 14:01:27 +08:00

9 lines
133 B
Plaintext

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