-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.editorconfig
More file actions
40 lines (30 loc) · 678 Bytes
/
.editorconfig
File metadata and controls
40 lines (30 loc) · 678 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
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.html]
indent_size = 4
[*.json]
indent_size = 2
insert_final_newline = false
[{*[Mm]akefile*,*.mak,*.mk,depend}]
indent_style = tab
[*.{bat, cmd, cmd.*}]
end_of_line = crlf
[*.{yml, yaml}]
indent_size = 2
[*.gemspec]
indent_size = 2
[*.rb,Fastfile,Gemfile,Brewfile,Podfile]
indent_size = 2
[*.{kt,kts}]
ktlint_standard_argument-list-wrapping = disabled
ktlint_standard_trailing-comma-on-call-site = disabled
ktlint_standard_trailing-comma-on-declaration-site = disabled
[*.dart]
indent_size = 2
indent_brace_style = K&R