# http://editorconfig.org
root = true

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

[*.py]
indent_size = 4
trim_trailing_whitespace = true


[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
