Add custom indentation config for vim.

This commit is contained in:
Matthew Booth
2011-11-17 12:43:23 +00:00
committed by Richard W.M. Jones
parent 730fb50780
commit 0c99bb06f4

9
.lvimrc Normal file
View File

@@ -0,0 +1,9 @@
" Custom libguestfs indentation configuration for vim
"
" This configuration file requires localrc.vim to be installed. You can obtain
" localrc.vim from http://www.vim.org/scripts/script.php?script_id=1408
set sw=2
set ts=2
set tw=80
set expandtab