gardening-app/.prettierrc.json
2024-04-07 17:02:19 -05:00

7 lines
127 B
JSON

{
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 100,
"tabWidth": 4,
"trailingComma": "none"
}