12 lines
206 B
JSON
12 lines
206 B
JSON
|
|
{
|
||
|
|
"semi": true,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"printWidth": 100,
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "all",
|
||
|
|
"bracketSameLine": false,
|
||
|
|
"useTabs": false,
|
||
|
|
"arrowParens": "avoid",
|
||
|
|
"bracketSpacing": true
|
||
|
|
}
|