-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.editorconfig
More file actions
33 lines (26 loc) · 671 Bytes
/
.editorconfig
File metadata and controls
33 lines (26 loc) · 671 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
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = off
ij_continuation_indent_size = 8
ij_formatter_tags_enabled = true
[{*.kt,*.kts}]
max_line_length = 120
ij_kotlin_blank_lines_before_declaration_with_comment_or_annotation_on_separate_line = 0
ij_kotlin_line_break_after_multiline_when_entry = false
ij_kotlin_field_annotation_wrap = off
[*.bat]
end_of_line = crlf
[{*.dist,*.html,*.plist,*.sh,*.svg,*.wxl,*.wxs,*.xml}]
indent_size = 2
[*.properties]
trim_trailing_whitespace = false
[*.svg]
insert_final_newline = false
[*.md]
max_line_length = 80