9 lines
138 B
Text
9 lines
138 B
Text
|
|
{
|
||
|
|
"arrowParens": "always",
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": true,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"trailingComma": "all"
|
||
|
|
}
|