# EditorConfig

root = true

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

[*.py]
indent_size = 4

[*.{c,h,cpp,hpp,cc,hh,cu,cuh}]
indent_size = 4

[Makefile]
indent_size = 4
indent_style = tab
