-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
27 lines (21 loc) · 676 Bytes
/
.editorconfig
File metadata and controls
27 lines (21 loc) · 676 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
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
[{*.yml,*.yaml}]
indent_size = 2
[*.md]
max_line_length = 160
[{*.html,*.htm}]
indent_size = 2
ij_continuation_indent_size = 4
[*.java]
ij_continuation_indent_size = 4
[{*.kt,*.kts}]
ij_continuation_indent_size = 4
ij_kotlin_name_count_to_use_star_import = 99
ij_kotlin_name_count_to_use_star_import_for_members = 99
disabled_rules = chain-wrapping, colon-spacing, comma-spacing, comment-spacing, curly-spacing, filename, import-ordering, indent, indent_size, no-unused-imports, no-wildcard-imports, parameter-list-wrapping, range-spacing, string-template