mirror of
https://github.com/mikecao/umami.git
synced 2021-05-17 18:46:32 +03:00
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|