{ "printWidth": 180, "singleQuote": true, "htmlWhitespaceSensitivity": "strict", "trailingComma": "es5", "overrides": [ { "files": ["*.html"], "options": { "parser": "angular" } }, { "files": ["*.{j,t}sx", "*.ts"], "options": { "printWidth": 80 } } ], "plugins": ["prettier-plugin-tailwindcss"], "tailwindFunctions": ["clsx"] }