From 48bb427f7108f037d51681bd1ba4e0c7871ee7f3 Mon Sep 17 00:00:00 2001 From: Ilya Daynatovich Date: Wed, 23 Nov 2016 15:52:54 -0600 Subject: [PATCH] The Makefile file format requires tab characters --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7eeae4728..83f83d998 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ indent_size = 4 indent_style = space max_line_length = 80 trim_trailing_whitespace = true + +[Makefile] +indent_style = tab