root = true

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

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

[{*.{py,py.in},tools/ratbagctl.*.in}]
indent_style = space
indent_size = 4

[*.{yml,xsl}]
indent_style = space
indent_size = 2
