Merge pull request #1060 from matthiasbeyer/update-editorconfig

Updates for the editorconfig file.
This commit is contained in:
Matthias Beyer 2017-09-08 18:38:40 +02:00 committed by GitHub
commit 36771b0b5f

View file

@ -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