-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.editorconfig
More file actions
61 lines (47 loc) · 926 Bytes
/
.editorconfig
File metadata and controls
61 lines (47 loc) · 926 Bytes
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
53
54
55
56
57
58
59
60
61
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[{Makefile*,*.mk}]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false
[{*.lua,*.rockspec,.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
[*.sil]
indent_style = space
indent_size = 2
[*.typ]
indent_style = space
indent_size = 2
[*.tex]
indent_style = space
indent_size = 2
[*.saty]
indent_style = space
indent_size = 2
[*.html]
indent_style = space
indent_size = 4
[*.css]
indent_style = space
indent_size = 2
[*.rs]
indent_size = 4