mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 21:12:53 +00:00
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"arrowParens": "always"
|
|
}
|