Remove Makefile/html config, set {md,yaml,nix} indent to 4 spaces

This commit is contained in:
Matthias Beyer 2017-09-08 16:28:21 +02:00
parent e0e57ecdff
commit 7b61c61784
1 changed files with 1 additions and 16 deletions

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