From f8b630cdd819b9258236450f7a5bb3e7d3209fea Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 23 Apr 2015 16:47:03 -0700 Subject: [PATCH] Use tabs for makefiles --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5a4d42e..1212197 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,11 @@ tab_width = 4 indent_size = 4 indent_style = tab +[makefile] +tab_width = 4 +indent_size = 4 +indent_style = tab + [*.d] dfmt_align_switch_statements = true dfmt_brace_style = allman