root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100

[*.md]
trim_trailing_whitespace = false

[*.php]
ij_php_block_brace_style = end_of_line
ij_php_class_brace_style = end_of_line
ij_php_method_brace_style = end_of_line
ij_php_lambda_brace_style = end_of_line
ij_php_anonymous_brace_style = end_of_line
ij_php_else_if_style = combine
ij_php_variable_naming_style = snake_case
ij_php_upper_case_boolean_const = false
ij_php_upper_case_null_const = false
ij_php_ternary_operation_signs_on_next_line = false
ij_php_ternary_operation_wrap = off
ij_php_phpdoc_blank_line_before_tags = true
ij_php_phpdoc_keep_blank_lines = true
