.editorconfig
browsing at commit = 6393ebf8a683d284ec8e13372ed0a4a5c7db442c
#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