mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
" 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=70
|
|
set expandtab
|