Skip to content

Commit 68fc050

Browse files
committed
chore: add .md extension to .editorconfig
1 parent d05331a commit 68fc050

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
@@ -3,6 +3,6 @@ charset = utf-8
33
insert_final_newline = true
44
trim_trailing_whitespace = true
55

6-
[{**/*.cjs, **/*.css,**/*.js,*.json,**/*.less,**/*.mjs,**/*.njk,**/*.scss,**/*.yaml}]
6+
[{**/*.cjs, **/*.css,**/*.js,*.json,**/*.less,**/*.md,**/*.mjs,**/*.njk,**/*.scss,**/*.yaml}]
77
indent_style = space
88
indent_size = 2

0 commit comments

Comments
 (0)