From 13673ea78de6da4ffb18bd5fd58d6874c641b7fa Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Thu, 23 Aug 2018 13:47:12 -0400 Subject: editorconfig: Makefile uses 8-width tab indent --- .editorconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index ac902ecec5..c0b80fdf47 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,10 +7,6 @@ end_of_line = lf insert_final_newline = true charset = utf_8 -[runtime/doc/*.txt] +[{Makefile,**/Makefile,runtime/doc/*.txt}] indent_style = tab indent_size = 8 - -[Makefile] -indent_style = tab -tab_width = 4 -- cgit