-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
30 lines (25 loc) · 692 Bytes
/
.editorconfig
File metadata and controls
30 lines (25 loc) · 692 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
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{kt,kts}]
indent_style = space
indent_size = 4
continuation_indent_size = 4
ij_continuation_indent_size = 4
ij_kotlin_allow_trailing_comma = false
ij_kotlin_allow_trailing_comma_on_call_site = false
ij_kotlin_name_count_to_use_star_import = 999
ij_kotlin_name_count_to_use_star_import_for_members = 999
ij_kotlin_import_nested_classes = false
ij_kotlin_packages_to_use_import_on_demand =
ktlint_standard_function-naming = disabled
[*.xml]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false
[app/src/main/**/*.kt]
ktlint_standard_filename = disabled