# https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_size = 4
indent_style = tab
charset = utf-8
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.sh]
end_of_line = lf
