Add custom indentation config for vim.
authorMatthew Booth <mbooth@redhat.com>
Thu, 17 Nov 2011 12:43:23 +0000 (12:43 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 17 Nov 2011 12:43:23 +0000 (12:43 +0000)
.lvimrc [new file with mode: 0644]

diff --git a/.lvimrc b/.lvimrc
new file mode 100644 (file)
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