root = true

[*]
indent_style = space
indent_size = 2
line_length = 160

[*.py]
indent_size = 4
skip_gitignore = true

[*.rs]
indent_size = 4
