supercosmic/.prettierrc

7 lines
88 B
Plaintext
Raw Normal View History

2023-10-16 16:09:46 +02:00
{
"arrowParens": "avoid",
"trailingComma": "none",
"useTabs": true,
"tabWidth": 4
}