9 lines
149 B
Text
9 lines
149 B
Text
{
|
|
"singleQuote": true,
|
|
"printWidth": 220,
|
|
"trailingComma": "all",
|
|
"endOfLine": "lf",
|
|
"arrowParens": "avoid",
|
|
"tabWidth": 4,
|
|
"useTabs": true
|
|
}
|