Super-Auto-Coots/.prettierrc.json
2023-02-16 20:14:05 -06:00

7 lines
127 B
JSON

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