forked from yutiansut/datacannon-rs-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
37 lines (32 loc) · 1.16 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
root = true
[*]
# ij_continuation_indent_size = 8
# 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
[*.properties]
# ij_properties_align_group_field_declarations = false
[*.rs]
# ij_continuation_indent_size = 4
# ij_rust_align_multiline_chained_methods = false
# ij_rust_align_multiline_parameters = true
# ij_rust_align_multiline_parameters_in_calls = true
# ij_rust_keep_blank_lines_in_code = 2
# ij_rust_keep_blank_lines_in_declarations = 2
# ij_rust_keep_indents_on_empty_lines = false
# ij_rust_keep_line_breaks = true
[.editorconfig]
# ij_editorconfig_align_group_field_declarations = false
# ij_editorconfig_space_after_colon = false
# ij_editorconfig_space_after_comma = true
# ij_editorconfig_space_before_colon = false
# ij_editorconfig_space_before_comma = false
# ij_editorconfig_spaces_around_assignment_operators = true
[{*.zsh,*.bash,*.sh}]
# ij_shell_binary_ops_start_line = false
# ij_shell_keep_column_alignment_padding = false
# ij_shell_minify_program = false
# ij_shell_redirect_followed_by_space = false
# ij_shell_switch_cases_indented = false