Skip to content

Commit 0ad5091

Browse files
committed
Add editorconfig to have uniform Lua settings for every contributors
1 parent c9b9a22 commit 0ad5091

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
root = true
2+
3+
[*.lua]
4+
insert_final_newline = true
5+
indent_style = tab
6+
max_line_length = 70

0 commit comments

Comments
 (0)