root = true

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

[*.tsv]
indent_style = tab

[*.{py,rst,toml}]
indent_style = space
indent_size = 4
max_line_length = 79
