forked from shagaba/jacksync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
46 lines (40 loc) · 1.14 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
41
42
43
44
45
46
[*]
charset=utf-8
end_of_line=lf
indent_size=4
indent_style=space
insert_final_newline=true
max_line_length=180
tab_width=4
ij_continuation_indent_size=8
ij_formatter_off_tag=@formatter:off
ij_formatter_on_tag=@formatter:on
ij_formatter_tags_enabled=true
ij_smart_tabs=false
ij_visual_guides=120,160
ij_wrap_on_typing=false
[.editorconfig]
ij_editorconfig_align_group_field_declarations=false
ij_editorconfig_space_after_colon=false
ij_editorconfig_space_after_comma=false
ij_editorconfig_space_before_colon=false
ij_editorconfig_space_before_comma=false
ij_editorconfig_spaces_around_assignment_operators=false
[{*.yml,*.yaml}]
indent_size=2
[{*.html,*.xml}]
indent_size=2
[{*.json,*.json5}]
indent_size=2
[*.md.mustache]
indent_size=0
insert_final_newline=false
[{*.gradle.kts,*.kt,*.kts,*.main.kts,*.space.kts}]
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ij_kotlin_block_comment_add_space=true
ij_kotlin_block_comment_at_first_column=false
ij_kotlin_keep_first_column_comment=false
ij_kotlin_line_comment_add_space=true
ij_kotlin_line_comment_add_space_on_reformat=false
ij_kotlin_line_comment_at_first_column=false