13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "es5",
|
|
"bracketSameLine": true,
|
|
"printWidth": 80,
|
|
"endOfLine": "auto"
|
|
}
|