From: Matthew Booth Date: Thu, 17 Nov 2011 12:43:23 +0000 (+0000) Subject: Add custom indentation config for vim. X-Git-Tag: 1.15.4~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=0c99bb06f4565e053e18e082065bdc739f5130ab;p=libguestfs.git Add custom indentation config for vim. --- diff --git a/.lvimrc b/.lvimrc new file mode 100644 index 0000000..4090fe6 --- /dev/null +++ b/.lvimrc @@ -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