Files
Convention-CPP/.editorconfig

15 lines
348 B
INI
Raw Normal View History

2025-06-12 21:46:53 +08:00
root = true
[*.{c++,cc,cpp,cppm,cxx,h,h++,hh,hpp,hxx,inl,ipp,ixx,tlh,tli}]
cpp_generate_documentation_comments = xml
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
#indent_style = space
indent_style = tab
indent_size = 4
tab_width= 4