umami/.prettierrc.json

8 lines
120 B
JSON

{
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}