11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"tabWidth": 2,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"printWidth": 120,
|
|
"trailingComma": "es5",
|
|
"arrowParens": "avoid",
|
|
"singleQuote": true,
|
|
"useTabs": true
|
|
}
|