This commit is contained in:
ninemine
2025-06-12 21:46:53 +08:00
parent 2cdf5db037
commit d7213d1d3e
8 changed files with 246 additions and 9 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
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