summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorbananaappletw2017-02-15 19:16:36 +0800
committerbananaappletw2017-02-15 19:16:36 +0800
commit327ab411ac93a34459e025f30b7792f5d886554a (patch)
treed2c0a2707d9eab822f66d7b88452a98e9334807d /.editorconfig
parent4198d0d56060117e0806389f26eed4e65c4d37a6 (diff)
Add Makefile .editorconfig
Diffstat (limited to '')
-rw-r--r--.editorconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 619c178d..ff999c4d 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -13,3 +13,5 @@ trim_trailing_whitespace = false
[{.travis.yml,npm-shrinkwrap.json,package.json}]
indent_style = space
indent_size = 2
+[Makefile]
+indent_style = tab