lowcode-engine/.prettierrc
gengyang 049e6cb1d0 feat: 🎸 modify repo config & template config
add several config files to repo & template
2020-02-22 20:27:43 +08:00

7 lines
85 B
Plaintext

{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}