# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

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

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

[*.sh]
indent_style                = space
indent_size                 = 4
insert_final_newline        = true
trim_trailing_whitespace    = true
max_line_length             = 80
end_of_line                 = lf
switch_case_indent          = false

[*.{yml,yaml}]
tab_width = 2
indent_size = 2