Skip to content

Commit 9b49cd6

Browse files
committed
fix: allows space at the end of line of markdown files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 731440b commit 9b49cd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ indent_style = space
55
indent_size = 2
66
trim_trailing_whitespace = true
77

8+
[*.md]
9+
trim_trailing_whitespace = false
10+
811
[*.sh]
912
# like -i=2
1013
indent_style = space

0 commit comments

Comments
 (0)