linglong/.editorconfig

9 lines
139 B
INI

[*.{cpp,h,hh,cc,hpp,cxx}]
indent_style = space
indent_size = 4
tab_width = 8
charset = utf-8
end_of_line = lf
insert_final_newline = true