diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-09-12 16:30:15 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-09-12 16:30:15 +0100 |
commit | 57ea55405fb2bcbba446aadc45bf39033f6a4270 (patch) | |
tree | 9d603e5afe3f3f8ae2bdd7d317889d43affb024a | |
parent | 6ac0bf2007b5af10532504e2183fbd0cfedaa59f (diff) |
mhook: Add .editorconfig.
-rw-r--r-- | thirdparty/mhook/.editorconfig | 4 |
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 |