Skip to content

Commit 381c0ca

Browse files
committed
add .markdown extension to trim_whitespace ignore list
1 parent deaa1d7 commit 381c0ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ trim_trailing_whitespace = true
1010
insert_final_newline = true
1111

1212
[*.md]
13+
trim_trailing_whitespace = false
14+
15+
[*.markdown]
1316
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)