cvsa/packages/solid/.prettierrc
2025-06-22 03:56:51 +08:00

9 lines
126 B
Plaintext

{
"useTabs": true,
"tabWidth": 4,
"trailingComma": "none",
"singleQuote": false,
"printWidth": 120,
"endOfLine": "lf"
}