# top-most EditorConfig file
root = true

[*]
charset = utf-8
insert_final_newline = true

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

# 4 space indentation
[*.{ini,py,py.tpl,rst,sh}]
indent_style = space
indent_size = 4
