[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] use spaces instead of tabs in vim
Tell vim to use spaces instead of tabs for all files residing under xen-unstable.hg. Must open files from the top-level directory, otherwise it doesn't work. Signed-off-by: Thanos Makatos <thanos.makatos@xxxxxxxxxx> diff -r 9dc729b75595 -r f32959a0c147 .vimrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.vimrc Wed Sep 05 17:29:54 2012 +0100 @@ -0,0 +1,8 @@ +" Makes vim use spaces instead of tabs for all files under xen-unstable.hg. +" Caveat: files must be opened from the top-level directory for it to work. +" Must set the following in your ~/.vimrc: +" set exrc +" set secure +set tabstop=4 +set shiftwidth=4 +set expandtab _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |