Files
commafeed/.prettierrc

8 lines
124 B
Plaintext
Raw Normal View History

2022-01-01 21:26:02 +01:00
{
"printWidth": 140,
"semi": false,
"tabWidth": 4,
"arrowParens": "avoid",
"endOfLine": "auto"
}