Skip to content

Commit dde5911

Browse files
committed
add editor config for .vim
1 parent 892ca98 commit dde5911

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ root = true
22

33
[*]
44
end_of_line = lf
5+
indent_size = 4
56

67
[*.lua]
78
indent_style = tab
8-
indent_size = 4
9+
10+
[*.vim]
11+
indent_style = space

0 commit comments

Comments
 (0)