Skip to content

Commit 0104a91

Browse files
committed
Add markdown files to prettier ignore list
After configuring prettier to use an indent of four spaces for Markdown files it is adding a four space indent after the "-" character in bulleted lists (see prettier/prettier#5019). For now configure prettier to ignore Markdown files altogether to avoid incorrect formatting changes.
1 parent 0860acd commit 0104a91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.md

0 commit comments

Comments
 (0)