From c808e8c13865f043ea3cd026abac0c3ab43a4a46 Mon Sep 17 00:00:00 2001
From: Sandro Santilli <strk@kbt.io>
Date: Sat, 5 Nov 2016 12:55:27 +0100
Subject: [PATCH 1/2] Use tabs in Makefiles

---
 .editorconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.editorconfig b/.editorconfig
index 3fbca8424..d6889cbf9 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -16,6 +16,10 @@ indent_size = 4
 indent_style = tab
 indent_size = 2
 
+[Makefile]
+indent_style = tab
+indent_size = 8
+
 [*.{less,yml}]
 indent_style = space
 indent_size = 2

From 6111e09a973c944c1321b4a73deede28abf89cfc Mon Sep 17 00:00:00 2001
From: Sandro Santilli <strk@kbt.io>
Date: Sat, 5 Nov 2016 13:26:11 +0100
Subject: [PATCH 2/2] Drop indent-size from Makefile section

---
 .editorconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index d6889cbf9..0fb78d3dc 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -18,7 +18,6 @@ indent_size = 2
 
 [Makefile]
 indent_style = tab
-indent_size = 8
 
 [*.{less,yml}]
 indent_style = space