From 327ab411ac93a34459e025f30b7792f5d886554a Mon Sep 17 00:00:00 2001 From: bananaappletw Date: Wed, 15 Feb 2017 19:16:36 +0800 Subject: [PATCH] Add Makefile .editorconfig --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 619c178..ff999c4 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