Skip to content

Commit a4385ec

Browse files
committed
Update editorconfig
1 parent a938cac commit a4385ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.editorconfig

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
root = true
22

3-
# Tab indentation
43
[*]
54
indent_style = space
65
indent_size = 2
76
trim_trailing_whitespace = true
87
insert_final_newline = true
98

9+
[{*.html,*.ejs}]
10+
indent_style = space
11+
indent_size = 4
12+
trim_trailing_whitespace = true
13+
1014
[*.md]
1115
trim_trailing_whitespace = false
1216

0 commit comments

Comments
 (0)