From b16f1ae48614ca6e08fdfe62cc9bfb115cebf7c1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 12 Jun 2017 01:04:38 +0200 Subject: [PATCH] switch tab style in Makefiles --- editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editorconfig b/editorconfig index c455cab..406a9da 100644 --- a/editorconfig +++ b/editorconfig @@ -11,3 +11,6 @@ indent_size = 4 [{**.json,.travis.yml}] indent_style = space indent_size = 2 + +[{Makefile,Make,make}] +indent_style = tab \ No newline at end of file