diff options
author | bananaappletw | 2017-02-15 19:16:36 +0800 |
---|---|---|
committer | bananaappletw | 2017-02-15 19:16:36 +0800 |
commit | 327ab411ac93a34459e025f30b7792f5d886554a (patch) | |
tree | d2c0a2707d9eab822f66d7b88452a98e9334807d | |
parent | 4198d0d56060117e0806389f26eed4e65c4d37a6 (diff) |
Add Makefile .editorconfig
-rw-r--r-- | .editorconfig | 2 |
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 |