umami/.prettierrc.json

8 lines
120 B
JSON
Raw Permalink Normal View History

2020-07-17 10:03:38 +02:00
{
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}