{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"endOfLine": "auto",
"overrides": [
"files": ["*.json", "*.yml", "*.yaml"],
"options": {
"tabWidth": 2
}
]