
[*]
end_of_line = lf
insert_final_newline = true

[*.cs]
indent_style = space
indent_size = 4
charset = utf-8


[*.{c,cpp,h,hpp}]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
