Skip to content

Commit 78c87f4

Browse files
committed
Merge pull request #53 from jirutka/patch-1
Adjust editorconfig to not trim trailing whitespaces in Markdown files
2 parents 68f15eb + 09baf8d commit 78c87f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ trim_trailing_whitespace = true
2828

2929
# Ensure file ends with a newline when saving ["true", "false"]
3030
insert_final_newline = true
31+
32+
# Markdown files
33+
[*.md]
34+
35+
# Trailing whitespaces are significant in Markdown.
36+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)