This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
40 lines (34 loc) · 1.53 KB
/
.editorconfig
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
38
39
40
root = true
[*]
insert_final_newline = true
end_of_line = lf
charset = utf-8
max_line_length = 150
tab_width = 3
indent_style = tab
indent_size = tab
ij_any_enum_constants_wrap = on_every_item
ij_any_align_multiline_chained_methods = true
ij_any_align_multiline_assignment = true
ij_any_align_multiline_array_initializer_expression = true
ij_any_align_multiline_ternary_operation = true
ij_any_align_consecutive_variable_declarations = true
ij_any_align_multiline_parameters_in_calls = true
ij_any_align_multiline_parameters = true
ij_formatter_tags_enabled = true
[*.kt?]
ij_kotlin_align_in_columns_case_branch = true
ij_kotlin_name_count_to_use_star_import = 50
ij_kotlin_name_count_to_use_star_import_for_members = 50
ij_kotlin_import_nested_classes = true
ij_kotlin_spaces_around_when_arrow = true
[.editorconfig]
ij_editorconfig_align_group_field_declarations = true
ij_editorconfig_spaces_around_assignment_operators = true
[.idea/*.xml]
tab_width = 2
indent_style = space
ij_xml_space_after_tag_name = true
[*.yml]
tab_width = 2
indent_style = space