OpenRewind/.prettierrc

9 lines
144 B
Plaintext

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