summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'archived/projt-launcher/.editorconfig')
-rw-r--r--archived/projt-launcher/.editorconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/archived/projt-launcher/.editorconfig b/archived/projt-launcher/.editorconfig
new file mode 100644
index 0000000000..6bdd817c98
--- /dev/null
+++ b/archived/projt-launcher/.editorconfig
@@ -0,0 +1,20 @@
+root = true
+
+[quazip/**]
+end_of_line = lf
+indent_style = space
+indent_size = 4
+
+[quazip/**/*.yml]
+indent_size = 2
+
+[quazip/**/*.yaml]
+indent_size = 2
+# 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