{ "trailingComma": "all", "tabWidth": 4, "semi": false, "singleQuote": true, "endOfLine": "lf", "printWidth": 120, "overrides": [ { "files": [ "*.md", "*.json", "*.yml", "*.yaml" ], "options": { "tabWidth": 2 } } ] }