Files
SQLBot/frontend/.prettierrc

8 lines
129 B
Plaintext
Raw Permalink Normal View History

2025-09-08 16:38:48 +08:00
{
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"endOfLine": "auto"
}