10 lines
174 B
JSON
10 lines
174 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"singleAttributePerLine": true
|
|
}
|