Files
Convention-CPP/.editorconfig
ninemine d7213d1d3e BS 0.0.1
2025-06-12 21:46:53 +08:00

15 lines
348 B
INI

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