From d249edc13524efc2ae00b1f24f5e27671dd4721a Mon Sep 17 00:00:00 2001 From: John Boehr Date: Sat, 11 Nov 2017 09:47:25 +0000 Subject: [PATCH] Remove makefile section from editorconfig --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2d46cdd..86a63dc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,3 @@ indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true - -[Makefile] -indent_style = tab -indent_size = 8