12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "es5",
|
|
"bracketSameLine": true,
|
|
"printWidth": 120
|
|
}
|