root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
# XXX: Too common in existing source
# trim_trailing_whitespace = true

[*.{c,h,h.in,pc,pc.in}]
indent_size = 4
indent_style = tab
tab_width = 8

[*.md]
indent_size = 4
indent_style = space

