################################
#   EditorConfig config file   #
################################

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

# top-most EditorConfig file
root = true

[{*,.*}]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
max_line_length = 80
charset = utf-8

[*.py]
indent_style = space
indent_size = 4
max_line_length = 79

[{Makefile,makefile,*.mk}]
indent_style = tab

[*.md]
indent_style = space

[*.sh]
max_line_length = 0