Skip to content

Commit 44db47e

Browse files
appgurueusfan5
authored andcommitted
Fix .editorconfig mandating tabs for Markdown
1 parent 6874c35 commit 44db47e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.editorconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
[*]
22
end_of_line = lf
33

4-
[*.{cpp,h,lua,txt,glsl,md,c,cmake,java,gradle}]
4+
[*.{cpp,h,lua,txt,glsl,c,cmake,java,gradle}]
55
charset = utf-8
66
indent_size = 4
77
indent_style = tab
88
insert_final_newline = true
99
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
charset = utf-8
13+
indent_size = 4
14+
indent_style = space
15+
insert_final_newline = true
16+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)