summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-09-12 16:30:15 +0100
committerJose Fonseca <jfonseca@vmware.com>2016-09-12 16:30:15 +0100
commit57ea55405fb2bcbba446aadc45bf39033f6a4270 (patch)
tree9d603e5afe3f3f8ae2bdd7d317889d43affb024a
parent6ac0bf2007b5af10532504e2183fbd0cfedaa59f (diff)
mhook: Add .editorconfig.
-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