diff options
-rw-r--r-- | .editorconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig index a6521c87..56166b20 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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
|