Skip to content

Commit 34e90c1

Browse files
committed
chore(editorconfig) add .editorconfig file
1 parent a325082 commit 34e90c1

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = false
6+
trim_trailing_whitespace = true
7+
charset = utf-8
8+
9+
[*.lua]
10+
indent_style = space
11+
indent_size = 2
12+
13+
[*.t]
14+
indent_style = space
15+
indent_size = 4
16+
17+
[Makefile]
18+
indent_style = tab

0 commit comments

Comments
 (0)