-
-
Notifications
You must be signed in to change notification settings - Fork 425
Expand file tree
/
Copy path.editorconfig
More file actions
executable file
·27 lines (23 loc) · 737 Bytes
/
.editorconfig
File metadata and controls
executable file
·27 lines (23 loc) · 737 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
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{java,groovy}]
indent_size = 4
ij_java_class_count_to_use_import_on_demand = 999
ij_groovy_class_count_to_use_import_on_demand = 999
[*.{kt,kts}]
ij_kotlin_imports_layout = *
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
ij_kotlin_line_break_after_multiline_when_entry = false
ij_kotlin_name_count_to_use_star_import = 999
ij_kotlin_name_count_to_use_star_import_for_members = 999
ij_kotlin_packages_to_use_import_on_demand = unset
ktlint_code_style = intellij_idea
ktlint_standard_function-expression-body = disabled
[*.md]
trim_trailing_whitespace = false