Skip to content

Commit 9dfaece

Browse files
committed
editorconfig: don't trim trailing whitespace in *.md
1 parent c13e1dc commit 9dfaece

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.editorconfig

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

99
[*.{ps1,bat,cmd}]
1010
end_of_line = crlf
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)