We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ff766 commit 37c4b39Copy full SHA for 37c4b39
1 file changed
.editorconfig
@@ -0,0 +1,37 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+insert_final_newline = true
6
+charset = utf-8
7
+trim_trailing_whitespace = true
8
9
+[{Makefile*,*.mk}]
10
+indent_style = tab
11
+indent_size = 4
12
13
+[*.md]
14
+trim_trailing_whitespace = false
15
16
+[{*.lua,*.rockspec,.luacheckrc}]
17
+indent_style = space
18
+indent_size = 3
19
+max_line_length = 120
20
21
+# StyLua keys
22
+collapse_simple_statement = never
23
+space_after_function_names = definitions
24
25
+# EmmyLuaCodeStyle keys
26
+continuation_indent = 6
27
+quote_style = double,
28
+call_arg_parentheses = keep,
29
+trailing_table_separator = always,
30
+align_call_args = true,
31
+end_statement_with_semicolon = same_line
32
33
+[*rockspec]
34
+max_line_length = 190
35
36
+[*.rs]
37
0 commit comments