root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab

[*.py]
line_length = 119
default_section = THIRDPARTY
known_first_party = sqlitemap
not_skip = __init__.py
use_parentheses = true
include_trailing_comma = true
multi_line_output = 3

[*.yml]
indent_size = 2
