Set printWidth to 100 for code files

This commit is contained in:
Joscha 2025-02-07 21:53:19 +01:00
parent 2531e7d640
commit b70903ef6f
6 changed files with 19 additions and 41 deletions

View file

@ -1,4 +1,13 @@
{
"printWidth": 100,
"proseWrap": "always",
"plugins": ["prettier-plugin-tailwindcss"]
"plugins": ["prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 80
}
}
]
}