{ "singleQuote": true, "trailingComma": "all", "printWidth": 100, "proseWrap": "never", "overrides": [ { "files": ".prettierrc", "options": { "parser": "json" } }, { "files": "document.ejs", "options": { "parser": "html" } } ] }