12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"attributeSort": "ASC",
|
|
"singleAttributePerLine": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"bracketSpacing": true,
|
|
"semi": true,
|
|
"printWidth": 110
|
|
}
|