Skip to content

Commit b0770e0

Browse files
vinklaleo
authored andcommitted
Fix for markdown files (#618)
We shouldn't trim trailing whitespace in markdown files.
1 parent fd351a5 commit b0770e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ end_of_line = lf
77
charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)