ValaIntent() added
This commit is contained in:
parent
ab334bb34f
commit
be7b3fdd49
6
.vimrc
6
.vimrc
|
@ -26,7 +26,13 @@ function! GnuIndent()
|
||||||
setlocal tabstop=8
|
setlocal tabstop=8
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" Setup for the Vala coding format standard
|
||||||
|
function! ValaIndent()
|
||||||
|
setlocal shiftwidth=4
|
||||||
|
endfunction
|
||||||
|
|
||||||
au FileType c,cpp call GnuIndent()
|
au FileType c,cpp call GnuIndent()
|
||||||
|
au FileType vala,vapi call ValaIndent()
|
||||||
|
|
||||||
" отключение бэкапов
|
" отключение бэкапов
|
||||||
set nobackup
|
set nobackup
|
||||||
|
|
Loading…
Reference in New Issue