Use two-space indent for YAML files
This commit is contained in:
parent
8d7fb11102
commit
8181d4b4f6
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -104,6 +104,7 @@ if has("autocmd")
|
|||
autocmd BufRead,BufNewFile *.md set filetype=markdown
|
||||
autocmd BufRead,BufNewFile *.md set shiftwidth=2
|
||||
autocmd BufRead,BufNewFile *.xml set shiftwidth=2
|
||||
autocmd BufRead,BufNewFile *.yml set shiftwidth=2
|
||||
endif
|
||||
|
||||
if has("folding")
|
||||
|
|
Loading…
Reference in a new issue