summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
author--global <aearly@fluid.com>2016-01-15 16:56:37 -0800
committer--global <aearly@fluid.com>2016-01-15 16:56:37 -0800
commitf984553b9d5a2d4600b599ec6746c459707c7338 (patch)
tree8d0dcc5a806c4b9387815d82501ffbe6ce48be8e /.editorconfig
parent9f5a7d04f5c9aa05fabe9f94c393c536e6561bec (diff)
downloadasync-f984553b9d5a2d4600b599ec6746c459707c7338.tar.gz
update code style, increase linter coverage, refactor makefile
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 239100f..44b5d31 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,3 +11,7 @@ indent_size = 4
[package.json]
indent_size = 2
+
+[Makefile]
+indent_style = tab
+indent_size = 4