Files
commafeed/commafeed-client/.prettierrc

9 lines
153 B
Plaintext
Raw Normal View History

2022-01-01 21:26:02 +01:00
{
"printWidth": 140,
"semi": false,
"tabWidth": 4,
"arrowParens": "avoid",
2023-12-28 15:15:06 +01:00
"endOfLine": "auto",
"trailingComma": "es5"
2022-01-01 21:26:02 +01:00
}