-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
102 lines (98 loc) · 3.7 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
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
end_of_line = lf
insert_final_newline = true
[*.{pl,pm,cgi,psgi}]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[cpanfile]
ij_continuation_indent_size = 4
ij_perl5_align_attributes = false
ij_perl5_align_comments_on_consequent_lines = true
ij_perl5_align_consecutive_assignments = 0
ij_perl5_align_fat_comma = true
ij_perl5_align_multiline_array_initializer_expression = false
ij_perl5_align_multiline_binary_operation = false
ij_perl5_align_multiline_chained_methods = false
ij_perl5_align_multiline_parameters = true
ij_perl5_align_multiline_parameters_in_calls = false
ij_perl5_align_multiline_ternary_operation = false
ij_perl5_align_qw_elements = false
ij_perl5_align_variable_declarations = false
ij_perl5_array_initializer_wrap = off
ij_perl5_assignment_wrap = off
ij_perl5_attributes_wrap = 0
ij_perl5_binary_operation_sign_on_next_line = false
ij_perl5_binary_operation_wrap = off
ij_perl5_brace_style_compound = 0
ij_perl5_brace_style_namespace = 0
ij_perl5_brace_style_sub = 0
ij_perl5_call_parameters_wrap = off
ij_perl5_else_on_new_line = true
ij_perl5_keep_indents_on_empty_lines = false
ij_perl5_main_format = 0
ij_perl5_method_call_chain_wrap = off
ij_perl5_method_parameters_wrap = off
ij_perl5_optional_dereference = 0
ij_perl5_optional_dereference_hashref_element = 0
ij_perl5_optional_dereference_simple = 0
ij_perl5_optional_parentheses = 0
ij_perl5_optional_quotes = 0
ij_perl5_optional_quotes_hash_index = 0
ij_perl5_optional_quotes_heredoc_opener = 0
ij_perl5_place_assignment_sign_on_next_line = false
ij_perl5_qw_list_wrap = 0
ij_perl5_space_after_colon = true
ij_perl5_space_after_comma = true
ij_perl5_space_after_for_semicolon = true
ij_perl5_space_after_quest = true
ij_perl5_space_after_variable_declaration_keyword = true
ij_perl5_space_before_attribute = true
ij_perl5_space_before_colon = true
ij_perl5_space_before_comma = false
ij_perl5_space_before_do_left_brace = true
ij_perl5_space_before_else_keyword = true
ij_perl5_space_before_for_semicolon = false
ij_perl5_space_before_if_left_brace = true
ij_perl5_space_before_if_parentheses = true
ij_perl5_space_before_method_parentheses = false
ij_perl5_space_before_quest = true
ij_perl5_space_within_empty_method_parentheses = false
ij_perl5_spaces_around_additive_operators = true
ij_perl5_spaces_around_assignment_operators = true
ij_perl5_spaces_around_bitwise_operators = true
ij_perl5_spaces_around_concat_operator = true
ij_perl5_spaces_around_equality_operators = true
ij_perl5_spaces_around_logical_operators = true
ij_perl5_spaces_around_multiplicative_operators = true
ij_perl5_spaces_around_range_operators = true
ij_perl5_spaces_around_relational_operators = true
ij_perl5_spaces_around_shift_operators = true
ij_perl5_spaces_around_unary_operator = false
ij_perl5_spaces_within_anon_array = true
ij_perl5_spaces_within_anon_hash = true
ij_perl5_spaces_within_braces = false
ij_perl5_spaces_within_cast_parentheses = false
ij_perl5_spaces_within_if_parentheses = false
ij_perl5_spaces_within_method_call_parentheses = false
ij_perl5_spaces_within_method_parentheses = false
ij_perl5_spaces_within_parentheses = false
ij_perl5_spaces_within_qw_quotes = false
ij_perl5_ternary_operation_signs_on_next_line = false
ij_perl5_ternary_operation_wrap = off
ij_perl5_variable_declaration_wrap = 0
ij_perl5_wrap_comments = false
[{*.bash,*.sh,*.zsh}]
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