{ "semi": true, "tabWidth": 4, "singleQuote": true, "printWidth": 120, "trailingComma": "none", "overrides": [ { "files": "*.json", "options": { "tabWidth": 2 } }, { "files": "*.yml", "options": { "tabWidth": 2 } }, { "files": ".prettierrc", "options": { "tabWidth": 2 } } ] }