diff options
| author | Ash <101582426+ashuntu@users.noreply.github.com> | 2023-07-28 21:22:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-28 21:22:35 +0000 |
| commit | d133b40b254630f988c57c1111e4659023324edc (patch) | |
| tree | 96217214a39945ef04e0d191d960481825ac65da /.editorconfig | |
| parent | 51d7a6289e1cf2df463ae8d7c0b08b4a61faea3c (diff) | |
| parent | bdec11c501a6438706f62465d89f2344f7856342 (diff) | |
| download | PrismLauncher-d133b40b254630f988c57c1111e4659023324edc.tar.gz PrismLauncher-d133b40b254630f988c57c1111e4659023324edc.tar.bz2 PrismLauncher-d133b40b254630f988c57c1111e4659023324edc.zip | |
Merge branch 'PrismLauncher:develop' into develop
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..56166b20 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# 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}]
+cpp_generate_documentation_comments = doxygen_slash_star
|
