rainbow-fe/.prettierrc

8 lines
106 B
Plaintext

{
"useTabs": false,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}