https://github.com/qemu/qemu
Raw File
Tip revision: c7208a6e0d049f9e8af15df908168a79b1f99685 authored by Richard Henderson on 17 August 2022, 01:45:19 UTC
Update version for v7.1.0-rc3 release
Tip revision: c7208a6
.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