From c392cb8cb8569c11e0ab55a8e7f43eb42e033e25 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 11 Apr 2017 12:23:25 +0200 Subject: [PATCH] TASK: Also support Makefile * Makefile requires tabs to work --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 42a46b4..9d4d957 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,9 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true -# YAML +[Makefile] +indent_style = tab + [{*.yaml,*.yml}] indent_style = space indent_size = 2