Skip to content

Commit 47472af

Browse files
committed
editorconfig: do not trim trailing whitespaces in Markdown files
1 parent 0c9ef8a commit 47472af

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,3 +10,6 @@ trim_trailing_whitespace = true
1010
insert_final_newline = true
1111
indent_style = space
1212
indent_size = 2
13+
14+
[*.md]
15+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)