Skip to content

Commit b04ff89

Browse files
committed
.editorconfig: turning off trim_trailing_whitespace for markdown files
Adding *.md section to turn off trim_trailing_whitespace for .md files. (Fixes: #24731) Signed-off-by: Nate W <[email protected]>
1 parent 2ba7b9a commit b04ff89

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)