.editorconfig
browsing at commit = 9aac65b6994c461a1868f1a1a28198d9a8b03c84
#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