-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
36 lines (28 loc) · 742 Bytes
/
.editorconfig
File metadata and controls
36 lines (28 loc) · 742 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
root = true
[*]
charset = utf-8
tab_width = 4
indent_size = 4
indent_style = space
max_line_length = 120
insert_final_newline = true
trim_trailing_whitespace = true
[{*.kt,*.kts}]
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
ij_kotlin_imports_layout = *
ij_kotlin_packages_to_use_import_on_demand = unset
ij_kotlin_name_count_to_use_star_import = 999
ij_kotlin_name_count_to_use_star_import_for_members = 999
[*.java]
ij_java_imports_layout = *, $*
ij_java_packages_to_use_import_on_demand = ""
ij_java_class_count_to_use_import_on_demand = 999
ij_java_names_count_to_use_import_on_demand = 999
[*.{bat,cmd,ps1}]
end_of_line = crlf
[*.sh]
end_of_line = lf
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml,ksy}]
indent_size = 2