Use slash_star comment style in .editorconfig

Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com>
This commit is contained in:
Tayou 2023-05-28 19:57:08 +02:00 committed by GitHub
parent 87db723008
commit c0f9ccc5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
# Visual Studio generated .editorconfig file with C++ settings.
# EditorConfig specs and documentation: https://EditorConfig.org
# top-most EditorConfig file
root = true
# C++ Code Style settings
[*.{c++,cc,cpp,cppm,cxx,h,h++,hh,hpp,hxx,inl,ipp,ixx,tlh,tli}]
# Visual C++ Code Style settings
cpp_generate_documentation_comments = doxygen_triple_slash
cpp_generate_documentation_comments = doxygen_slash_star