Merge pull request #1060 from matthiasbeyer/update-editorconfig
Updates for the editorconfig file.
This commit is contained in:
commit
36771b0b5f
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
|
# line length is only supported with vim and emacs
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
|
|
||||||
[Makefile]
|
[*.{md,yaml,yml,nix}]
|
||||||
# Tab indentation for Makefiles
|
|
||||||
indent_style = tab
|
|
||||||
tab_width = 4
|
|
||||||
|
|
||||||
# line length is only supported with vim and emacs
|
|
||||||
max_line_length = 80
|
|
||||||
|
|
||||||
[*.html]
|
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
# line length is only supported with vim and emacs
|
# line length is only supported with vim and emacs
|
||||||
max_line_length = 80
|
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