rainbow-fe/.prettierrc
2022-04-23 18:37:15 +01:00

7 lines
106 B
Text

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