8 lines
131 B
Text
8 lines
131 B
Text
{
|
|
"tabWidth": 2,
|
|
"printWidth": 90,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"semi": true,
|
|
"arrowParens": "avoid"
|
|
}
|