1
0
mirror of https://github.com/kremalicious/umami.git synced 2024-12-22 09:13:37 +01:00
umami/.prettierrc.json

8 lines
120 B
JSON
Raw Normal View History

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