diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-07-16 12:30:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-16 12:30:22 +0200 |
commit | b9568279dc364a462e9837ea13bc3c4f61abdda8 (patch) | |
tree | d2016aff57cf95471439c36422cbfc61d63fcdbc | |
parent | fcdd9ea986e7e54a038a5e9f5a3070c2c126e01e (diff) | |
parent | c0f9ccc5b5fc943c033fd52af5eca1ddadcc1be0 (diff) | |
download | PrismLauncher-b9568279dc364a462e9837ea13bc3c4f61abdda8.tar.gz PrismLauncher-b9568279dc364a462e9837ea13bc3c4f61abdda8.tar.bz2 PrismLauncher-b9568279dc364a462e9837ea13bc3c4f61abdda8.zip |
Merge pull request #1010 from TayouVR/add_default_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
|