{ "semi": false, "singleQuote": true, "trailingComma": "none", "printWidth": 80, "tabWidth": 2, "arrowParens": "always", "bracketSpacing": true, "endOfLine": "lf", "overrides": [ { "files": ["*.md", "*.markdown"], "options": { "proseWrap": "preserve" } } ] }