Skip to content

Commit 34c3059

Browse files
committed
Add lua to editorconfig
1 parent 41d732e commit 34c3059

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
root = true
22

3+
[*]
4+
insert_final_newline = true
5+
36
[*.{c,h}]
47
charset = utf-8
58
indent_style = tab
69
indent_size = 8
710

11+
[*.lua]
12+
charset = utf-8
13+
indent_style = tab
14+
indent_size = 4

0 commit comments

Comments
 (0)