summaryrefslogtreecommitdiffstats
path: root/.lvimrc
blob: 4090fe6884e4dd91aa3a31c08f637b225f2078c3 (plain)
1
2
3
4
5
6
7
8
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