git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730fb50
)
Add custom indentation config for vim.
author
Matthew Booth
<mbooth@redhat.com>
Thu, 17 Nov 2011 12:43:23 +0000
(12:43 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 17 Nov 2011 12:43:23 +0000
(12:43 +0000)
.lvimrc
[new file with mode: 0644]
patch
|
blob
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