Skip to content

Commit 52e584a

Browse files
committed
chore: add Lua configuration to .editorconfig
1 parent e70fc9d commit 52e584a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
indent_style = space
44
indent_size = 2
5+
6+
[*.lua]
7+
indent_style = space
8+
indent_size = 2
9+
call_parentheses = Input
10+
max_line_length = 120
11+
sort_requires = true

0 commit comments

Comments
 (0)