lowcode-engine/.prettierrc
2024-05-11 10:32:30 +08:00

11 lines
181 B
Plaintext

{
"printWidth": 100,
"tabWidth": 2,
"semi": true,
"jsxSingleQuote": false,
"singleQuote": true,
"arrowParens": "always",
"endOfLine": "lf",
"trailingComma": "all"
}