We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70fc9d commit 52e584aCopy full SHA for 52e584a
1 file changed
.editorconfig
@@ -2,3 +2,10 @@
2
3
indent_style = space
4
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