Skip to content

Commit

Permalink
Don't use prettier on Markdown files
Browse files Browse the repository at this point in the history
Prettier does "opinionated" (read: annoying) things to unordered lists in
Markdown. See comments in file.

I would be far less angry about this if I could apply the fix in `.prettierrc`
instead of adding a whole new file to the top of the tree. If I run across
another prettier issue that ends in me writing a salty commit message, I'm
removing it from this project.
  • Loading branch information
cu committed Dec 26, 2024
1 parent 3e7fadb commit 6f3a116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Prettier does "opinionated" things to unordered lists in Markdown:
# https://github.com/prettier/prettier/issues/5019
# https://github.com/prettier/prettier/issues/5308
**/*.md

0 comments on commit 6f3a116

Please sign in to comment.