Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 046ee6b

Browse files
authored
Use default .editorconfig settings for *.md files (#6553)
1 parent 939ab57 commit 046ee6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ trim_trailing_whitespace = true
1818
[*.txt]
1919
trim_trailing_whitespace = false
2020

21-
[*.{md,json,yml}]
21+
[*.{json,yml}]
2222
trim_trailing_whitespace = false
2323
indent_style = space
2424
indent_size = 2

0 commit comments

Comments
 (0)