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 -