Super-Auto-Coots/.prettierrc.json

8 lines
127 B
JSON
Raw Permalink Normal View History

2023-02-17 02:14:05 +00:00
{
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 100,
"tabWidth": 4,
"trailingComma": "none"
}