root = true

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

[*.sh]
indent_size = 2

[*.yml]
indent_size = 2

[nginx/*.conf]
indent_style = tab
