-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
37 lines (31 loc) · 892 Bytes
/
.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
root = true
[*]
charset = utf-8
indent_size = tab
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 2
trim_trailing_whitespace = true
ij_any_align_multiline_chained_methods = true
ij_any_array_initializer_right_brace_on_new_line = false
ij_any_block_brace_style = end_of_line
ij_any_spaces_within_braces = true
ij_any_keep_line_breaks = true
ij_any_method_call_chain_wrap = on_every_item
ij_continuation_indent_size = 2
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = true
ij_smart_tabs = false
ij_wrap_on_typing = false
[{*.neon, .gitmodules, Caddyfile, .gitconfig, ssh_config}]
indent_style = tab
[{*.tf, *.tfvars}]
ij_hcl-terraform_array_wrapping = 0
ij_hcl-terraform_object_wrapping = 0
ij_hcl-terraform_property_alignment = 2
[gradlew.bat]
end_of_line = crlf
[{gradlew, *.sh}]
end_of_line = lf