.editorconfig
browsing at commit = 55dd2d963f09b0ae7d11c469b2310d1a7f3153b2
#http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.cpp,*.hpp,*.h,*.inc]
indent_style = tab