Files
SQLBot/frontend/.prettierrc
2025-09-08 16:38:48 +08:00

8 lines
129 B
Plaintext

{
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"endOfLine": "auto"
}