root = true

[*]
charset = utf-8
end_of_line = lf

[*.py]
indent_style = space
indent_size = 4

[*.{c,h}]
indent_style = tab
indent_size = 8
