mirror of
https://github.com/mborgerson/xemu.git
synced 2025-10-29 13:51:32 +00:00
8 lines
220 B
VimL
8 lines
220 B
VimL
"VIM settings to match QEMU coding style. They are activated by adding the
|
|
"following settings (without the " symbol) as last two lines in $HOME/.vimrc:
|
|
"set secure
|
|
"set exrc
|
|
set expandtab
|
|
set shiftwidth=4
|
|
set smarttab
|