Tabs in Vala files.

This commit is contained in:
Kolan Sh 2014-02-12 15:04:56 +04:00
parent 826a49cd27
commit f2a3713bd0
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -43,6 +43,8 @@ endfunction
" Setup for the Vala coding format standard
function! ValaIndent()
setlocal shiftwidth=4
setlocal tabstop=4
setlocal noexpandtab
endfunction
au FileType c call GnuIndent()