-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
37 lines (30 loc) · 762 Bytes
/
.editorconfig
File metadata and controls
37 lines (30 loc) · 762 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
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
[build.gradle]
indent_size = 4
[*.proto]
indent_size = 4
[*.java]
indent_size = 4
# Override for Makefile
[{Makefile, makefile}]
indent_style = tab
indent_size = 4
[*.{kt,kts}]
indent_size = 4
ktlint_standard_no-wildcard-imports = disabled
ktlint_standard_multiline-if-else = disabled
ktlint_standard_string-template-indent = disabled
ktlint_standard_indent = disabled
ktlint_standard_multiline-expression-wrapping = disabled
ktlint_standard_chain-method-continuation = disabled
ktlint_standard_no-trailing-spaces = disabled
# ktlint_standard_package_name = disabled
[build/generated/**/*]
ktlint = disabled