Skip to content

Commit 263cb4f

Browse files
authored
extend config to all markdown file extensions
1 parent e8190aa commit 263cb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
1111

12-
[*.{markdown,md}]
12+
[*.{md,mkd,mkdn,mdwn,mdown,markdown}]
1313
trim_trailing_whitespace = false
1414

1515
[*.{yaml,yml}]

0 commit comments

Comments
 (0)