OpenRewind/.prettierrc
2024-12-29 22:35:25 +08:00

9 lines
126 B
Plaintext

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