Skip to content

Commit cd42771

Browse files
author
Lutz Bender
committed
add rule for *.md in .editorconfig
1 parent 99cc681 commit cd42771

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ indent_size = 4
1212

1313
[*.{yml,lock}]
1414
indent_size = 2
15+
16+
[*.md]
17+
trim_trailing_whitespace = true
18+
indent_style = space

0 commit comments

Comments
 (0)