rainbow-fe/.prettierrc

8 lines
106 B
Plaintext
Raw Normal View History

2022-04-23 17:37:15 +00:00
{
"useTabs": false,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}