diff options
author | Tayou <tayou@gmx.net> | 2023-04-18 20:25:45 +0200 |
---|---|---|
committer | Tayou <tayou@gmx.net> | 2023-04-18 20:25:45 +0200 |
commit | 87db723008727b32681f5a2a39b20497bc5fb34e (patch) | |
tree | 2f1b7d222a147c7e85abbaa73165518c8eb01c28 /.editorconfig | |
parent | 8dc3267925537d58a1e9418863b78e4cc55bd1c1 (diff) | |
download | PrismLauncher-87db723008727b32681f5a2a39b20497bc5fb34e.tar.gz PrismLauncher-87db723008727b32681f5a2a39b20497bc5fb34e.tar.bz2 PrismLauncher-87db723008727b32681f5a2a39b20497bc5fb34e.zip |
add global .editorconfig for doxygen comment style
Signed-off-by: Tayou <tayou@gmx.net>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..a6521c87 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# Visual Studio generated .editorconfig file with C++ settings.
+root = true
+
+[*.{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
|