{ "singleQuote": true, "trailingComma": "all", "tabWidth": 2, "overrides": [ { "files": [ ".prettierrc", "*.json", "*.yml", ".travis.yml", ".eslintrc" ], "options": { "tabWidth": 2 } } ] }