From d14c72f33486674dd771c992dd5d01a113e72733 Mon Sep 17 00:00:00 2001 From: Shawn Price Date: Sat, 27 Jul 2013 14:04:46 -0700 Subject: [PATCH] Remove Makefile section from .editorconfig --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index ad9d6beae3..cf8d7fa6ee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,3 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true - -[Makefile] -indent_style = tab