From 7b61c6178455eb07ec62d8aea5887b6f6990c8e0 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 8 Sep 2017 16:28:21 +0200 Subject: [PATCH] Remove Makefile/html config, set {md,yaml,nix} indent to 4 spaces --- .editorconfig | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.editorconfig b/.editorconfig index 31a21df1..bf735a00 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,25 +11,10 @@ indent_size = 4 # line length is only supported with vim and emacs max_line_length = 100 -[Makefile] -# Tab indentation for Makefiles -indent_style = tab -tab_width = 4 - -# line length is only supported with vim and emacs -max_line_length = 80 - -[*.html] +[*.{md,yaml,yml,nix}] indent_style = space indent_size = 4 # line length is only supported with vim and emacs max_line_length = 80 -[*.{md,yaml,yml,nix}] -indent_style = space -indent_size = 2 - -# line length is only supported with vim and emacs -max_line_length = 80 -