Skip to content

Commit 9072255

Browse files
authored
Merge pull request #24753 from nate-double-u/24731-fix-.editorconfig-md
.editorconfig: turning off trim_trailing_whitespace for markdown files
2 parents 04787a1 + b04ff89 commit 9072255

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
@@ -5,6 +5,9 @@ charset = utf-8
55
max_line_length = 80
66
trim_trailing_whitespace = true
77

8+
[*.md]
9+
trim_trailing_whitespace = false
10+
811
[*.{css,html,js,json,sass,md,mmark,toml,yaml}]
912
indent_style = space
1013
indent_size = 2

0 commit comments

Comments
 (0)