ValaIntent() added

This commit is contained in:
Kolan Sh 2013-02-19 19:25:47 +04:00
parent ab334bb34f
commit be7b3fdd49
1 changed files with 6 additions and 0 deletions

6
.vimrc
View File

@ -26,7 +26,13 @@ function! GnuIndent()
setlocal tabstop=8
endfunction
" Setup for the Vala coding format standard
function! ValaIndent()
setlocal shiftwidth=4
endfunction
au FileType c,cpp call GnuIndent()
au FileType vala,vapi call ValaIndent()
" отключение бэкапов
set nobackup