root = true


[*]
charset = utf8
end_of_line = lf
insert_final_newline = true
indent_style = space

[*.{r,R,rmd,Rmd}]
indent_size = 4
trim_trailing_whitespace = true

[*.{cpp,h,hpp}]
indent_size = 2
trim_trailing_whitespace = true

[Makefile]
indent_style = tab
