10 lines
158 B
JSON
10 lines
158 B
JSON
|
{
|
||
|
"printWidth": 80,
|
||
|
"tabWidth": 2,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "es5",
|
||
|
"bracketSpacing": true,
|
||
|
"arrowParens": "always"
|
||
|
}
|