Added yaml settings
This commit is contained in:
parent
6c607af457
commit
d21f8ce26c
8
.vimrc
8
.vimrc
|
@ -125,3 +125,11 @@ function! CSettings()
|
|||
endfunction
|
||||
autocmd BufNewFile,BufFilePre,BufRead *.c :call CSettings()
|
||||
|
||||
" Settings for my YAML environment:
|
||||
function! YAMLSettings()
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set textwidth=79
|
||||
endfunction
|
||||
autocmd BufNewFile,BufFilePre,BufRead *.yaml :call YAMLSettings()
|
||||
|
|
Loading…
Reference in a new issue