Profectus-Demo/.prettierrc.json

8 lines
127 B
JSON
Raw Normal View History

2022-02-27 18:11:01 -06:00
{
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 100,
"tabWidth": 4,
"trailingComma": "none"
}