summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-01-06 15:38:48 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2020-03-23 13:16:01 +0000
commit77922d5c41852d047e92385803228e6995bf9c02 (patch)
treec132b75b8df4f2845cc447de858e2952a366421b
parent1bf7e588dffce58f9df237296524fef11e0ccb90 (diff)
downloadabuild-77922d5c41852d047e92385803228e6995bf9c02.tar.bz2
abuild-77922d5c41852d047e92385803228e6995bf9c02.tar.xz
.editorconfig: add Makefile rules
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index d5552fe..a98473e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -16,3 +16,7 @@ indent_style = space
[apkbuild-pypi.in]
indent_size = 4
indent_style = space
+
+[Makefile]
+indent_size = 8
+indent_style = tab