Profectus/.prettierrc.json

8 lines
127 B
JSON
Raw Permalink Normal View History

{
2022-01-24 22:23:30 -06:00
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 100,
"tabWidth": 4,
"trailingComma": "none"
}