-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.editorconfig
More file actions
40 lines (33 loc) · 713 Bytes
/
.editorconfig
File metadata and controls
40 lines (33 loc) · 713 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
37
38
39
40
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 4
tab_width = 4
ij_continuation_indent_size = 4
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = false
ij_smart_tabs = false
ij_wrap_on_typing = false
max_line_length = 120
[*.java]
indent_style = space
max_line_length = off
ij_java_class_count_to_use_import_on_demand = 999
ij_java_names_count_to_use_import_on_demand = 999
[*.kt]
indent_style = space
max_line_length = off
[Dockerfile]
indent_style = space
max_line_length = off
[*.xml]
indent_style = tab
max_line_length = off
[*.md]
indent_style = space
indent_size = 2
[{*.yaml,*.yml}]
indent_style = space
indent_size = 2