cvsa/.prettierrc
2025-05-05 01:53:33 +08:00

9 lines
126 B
Plaintext

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