9 lines
133 B
Text
9 lines
133 B
Text
|
{
|
||
|
"trailingComma": "all",
|
||
|
"tabWidth": 2,
|
||
|
"semi": true,
|
||
|
"singleQuote": false,
|
||
|
"printWidth": 100,
|
||
|
"arrowParens": "avoid"
|
||
|
}
|