# http://editorconfig.org/

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
tab_width = 4
trim_trailing_whitespace = true

[*.py]
indent_size = 2
indent_style = space

[better_exchook.py]
indent_size = 4
indent_style = space
