Skip to content

Commit

Permalink
Stop trashing every file on Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed May 21, 2024
1 parent b1cf9b4 commit 4e68e59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"endOfLine": "auto"
}

0 comments on commit 4e68e59

Please sign in to comment.