Skip to content

Commit 012bca1

Browse files
Merge pull request #359 from knight42/master
Ignore trailing whitespaces in *.md
2 parents a5d7f85 + 22e2ed7 commit 012bca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ root = true
66
[*]
77
end_of_line = lf
88
insert_final_newline = true
9+
trim_trailing_whitespace = true
910

1011
[*.{md,markdown}]
11-
trim_trailing_whitespace = true
12+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)