lowcode-engine/.prettierrc
2024-08-08 17:39:16 +08:00

11 lines
181 B
Plaintext

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