root = true

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

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

[**.{yml,yaml}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
