9 lines
159 B
Text
9 lines
159 B
Text
{
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"semi": true,
|
|
"arrowParens": "avoid"
|
|
}
|