From b3ca3368e83e1e2bbca4cb1cdf8d878b8579c1ec Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 8 Dec 2014 22:11:57 -0500 Subject: [PATCH] Ensure makefiles are properly formatted --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index c80200c1d..74df3a01e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,8 @@ root = true insert_final_newline = true indent_style = space indent_size = 2 + +[Makefile] +insert_final_newline = true +indent_style = tab +indent_size = 4