root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
indent_style = space
indent_size = 4
ij_visual_guides = 80, 120
ij_php_blank_lines_before_return_statement = 1
ij_php_comma_after_last_array_element = true
ij_php_import_sorting = alphabetic
ij_php_force_short_declaration_array_style = true

[*.yml]
indent_style = space
indent_size = 4
