umami/.prettierrc.json
2020-07-17 01:03:38 -07:00

8 lines
120 B
JSON

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