; http://editorconfig.org

[*]
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = false

[*.py]
indent_style = space
