root = true

[*.py]
line_length = 89
multi_line_output = 4
balanced_wrapping = true
known_first_party = ecs_deplojo,tests
use_parentheses = true

[*.yml]
indent_size = 2

[Makefile]
indent_style = tab
indent_size = 4
