blob: 4f290cc4059822658ea4ce196c08434b86c600cd [file] [log] [blame]
# https://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.py]
indent_style = space
indent_size = 4
[*.sh]
indent_style = tab
tab_size = 8
[setup.cfg]
indent_style = space
indent_size = 4
[tox.ini]
indent_style = space
indent_size = 2