Files
hb_pqs_web/.prettierrc
2025-01-09 19:02:44 +08:00

11 lines
215 B
Plaintext

{
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 4,
"printWidth": 120,
"useTabs": false,
"semi": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore"
}