Tabs in Vala files.
This commit is contained in:
parent
3b14041185
commit
2497f0995a
2
.vimrc
2
.vimrc
|
@ -43,6 +43,8 @@ endfunction
|
||||||
" Setup for the Vala coding format standard
|
" Setup for the Vala coding format standard
|
||||||
function! ValaIndent()
|
function! ValaIndent()
|
||||||
setlocal shiftwidth=4
|
setlocal shiftwidth=4
|
||||||
|
setlocal tabstop=4
|
||||||
|
setlocal noexpandtab
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
au FileType c call GnuIndent()
|
au FileType c call GnuIndent()
|
||||||
|
|
Loading…
Reference in New Issue