Tabs in Vala files.

desktop
Kolan Sh 2014-02-12 15:04:48 +04:00
parent 3b14041185
commit 2497f0995a
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()