66 lines
2.2 KiB
INI
66 lines
2.2 KiB
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
indent_style = space
|
|
indent_size = 2
|
|
ij_smart_tabs = false
|
|
max_line_length = off
|
|
|
|
[packages/php/email-editor/**]
|
|
indent_style = tab
|
|
|
|
[packages/js/email-editor/**.{js,jsx,ts,tsx,scss}]
|
|
indent_style = tab
|
|
|
|
[*.php]
|
|
ij_php_align_key_value_pairs = false
|
|
ij_php_align_multiline_chained_methods = false
|
|
ij_php_align_assignments = false
|
|
ij_php_align_class_constants = false
|
|
ij_php_align_multiline_parameters = false
|
|
ij_php_align_multiline_ternary_operation = false
|
|
ij_php_align_inline_comments = false
|
|
ij_php_align_multiline_for = true
|
|
ij_php_align_named_arguments = false
|
|
ij_php_align_multiline_array_initializer_expression = false
|
|
ij_php_align_phpdoc_comments = false
|
|
ij_php_blank_lines_after_class_header = 0
|
|
ij_php_blank_lines_around_class = 1
|
|
ij_php_blank_lines_before_class_end = 0
|
|
ij_php_blank_lines_around_method = 1
|
|
ij_php_blank_lines_after_opening_tag = 0
|
|
ij_php_keep_indents_on_empty_lines = false
|
|
ij_php_keep_blank_lines_after_lbrace = 0
|
|
ij_php_keep_blank_lines_before_right_brace = 0
|
|
ij_php_keep_blank_lines_in_declarations = 1
|
|
ij_php_spaces_around_arrow = false
|
|
ij_php_space_after_type_cast = false
|
|
ij_php_blank_lines_after_function = 1
|
|
ij_any_space_after_colon = true
|
|
ij_any_space_before_comma = false
|
|
ij_any_space_after_comma = true
|
|
ij_php_space_before_catch_left_brace = true
|
|
ij_php_space_before_if_left_brace = true
|
|
ij_php_space_before_if_parentheses = true
|
|
ij_php_space_after_quest = true
|
|
ij_php_space_after_unary_not = false
|
|
ij_php_space_before_quest = true
|
|
ij_php_anonymous_brace_style = end_of_line
|
|
ij_php_space_before_method_parentheses = false
|
|
ij_php_space_before_method_call_parentheses = false
|
|
ij_php_spaces_around_assignment_in_declare = true
|
|
ij_php_method_parameters_new_line_after_left_paren = true
|
|
ij_php_method_brace_style = end_of_line
|
|
ij_php_blank_lines_before_method_body = 0
|
|
ij_php_space_before_method_left_brace = true
|
|
ij_php_space_after_for_semicolon = true
|
|
ij_php_space_after_colon_in_return_type = true
|
|
ij_php_space_before_else_keyword = true
|
|
ij_php_for_statement_new_line_after_left_paren = true
|
|
ij_php_class_brace_style = end_of_line
|
|
ij_php_comma_after_last_array_element = true
|