{
useTabs: true,
tabWidth: 4,
trailingComma: "es5",
"overrides": [
"files": "*.yml",
"options": {
"tabWidth": 2,
"useTabs": false
}
]