diff options
author | Tayou <31988415+TayouVR@users.noreply.github.com> | 2023-05-28 19:57:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 19:57:08 +0200 |
commit | c0f9ccc5b5fc943c033fd52af5eca1ddadcc1be0 (patch) | |
tree | 68421c96862fa195f4187149e778453d947f61dc | |
parent | 87db723008727b32681f5a2a39b20497bc5fb34e (diff) | |
download | PrismLauncher-c0f9ccc5b5fc943c033fd52af5eca1ddadcc1be0.tar.gz PrismLauncher-c0f9ccc5b5fc943c033fd52af5eca1ddadcc1be0.tar.bz2 PrismLauncher-c0f9ccc5b5fc943c033fd52af5eca1ddadcc1be0.zip |
Use slash_star comment style in .editorconfig
Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com>
-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
|