profectus/.prettierrc.json

8 lines
127 B
JSON
Raw Normal View History

2024-02-15 21:53:38 +00:00
{
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 100,
"tabWidth": 4,
"trailingComma": "none"
}