summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thirdparty/mhook/.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/thirdparty/mhook/.editorconfig b/thirdparty/mhook/.editorconfig
new file mode 100644
index 00000000..7364707d
--- /dev/null
+++ b/thirdparty/mhook/.editorconfig
@@ -0,0 +1,4 @@
+[*.{c,h,cpp,hpp}]
+indent_style = tab
+indent_size = 8
+tab_width = 8