{ "$schema": "http://json.schemastore.org/prettierrc", "tabWidth": 4, "semi": false, "overrides": [ { "files": ["*.md", "*.yml"], "options": { "tabWidth": 2 } } ] }