# Unix-style newlines with a newline ending every file
[*.{c,cpp,h,hpp}]
end_of_line = lf
insert_final_newline = true
indent_style = tab
tab_width = 4
indent_size = tab
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 120
