# http://editorconfig.org
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = false

[*.{py,ini,yaml,yml,rst}]
trim_trailing_whitespace = true
