Remove Makefile/html config, set {md,yaml,nix} indent to 4 spaces
This commit is contained in:
parent
e0e57ecdff
commit
7b61c61784
1 changed files with 1 additions and 16 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue