https://github.com/qemu/qemu
Raw File
Tip revision: 975eb6a547f809608ccb08c221552f666611af25 authored by Peter Maydell on 02 May 2016, 16:27:01 UTC
Update version for v2.6.0-rc4 release
Tip revision: 975eb6a
.exrc
"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
back to top