Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
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
|