sparkast/.prettierrc
2024-03-03 02:16:02 +08:00

9 lines
148 B
Plaintext

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