10 lines
158 B
JSON
10 lines
158 B
JSON
|
{
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all",
|
||
|
"bracketSpacing": true,
|
||
|
"arrowParens": "always"
|
||
|
}
|