11 lines
200 B
JSON
11 lines
200 B
JSON
|
{
|
||
|
"trailingComma": "es5",
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": false,
|
||
|
"printWidth": 120,
|
||
|
"bracketSpacing": true,
|
||
|
"arrowParens": "always",
|
||
|
"endOfLine": "lf"
|
||
|
}
|