-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.editorconfig
52 lines (40 loc) · 864 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.1]
trim_trailing_whitespace = false
[{*.zsh,*.zsh.in}]
indent_style = tab
indent_size = 4
[{Makefile*,*.mk,*.mk.in}]
indent_style = tab
indent_size = 4
[*.m4]
indent_style = space
indent_size = 8
[*.md]
trim_trailing_whitespace = false
[{*.lua,*.lua.in,sile.in,*rockspec,.busted,.luacheckrc}]
indent_style = space
indent_size = 3
max_line_length = 120
# StyLua keys
collapse_simple_statement = never
space_after_function_names = definitions
# EmmyLuaCodeStyle keys
continuation_indent = 6
quote_style = double,
call_arg_parentheses = keep,
trailing_table_separator = always,
align_call_args = true,
end_statement_with_semicolon = same_line
[*rockspec]
max_line_length = 190
[*.pov]
indent_style = tab
indent_size = 2
[*.rs]
indent_size = 4