mirror of
https://github.com/kremalicious/umami.git
synced 2024-10-31 23:35:32 +01:00
8 lines
120 B
JSON
8 lines
120 B
JSON
|
{
|
||
|
"arrowParens": "avoid",
|
||
|
"endOfLine": "lf",
|
||
|
"printWidth": 100,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all"
|
||
|
}
|