Revision 823a3f11fb8f04c3c3cc0f95f968fef1bfc6534f authored by Peter Maydell on 19 April 2022, 17:44:36 UTC, committed by Peter Maydell on 19 April 2022, 17:44:36 UTC
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent 81c7ed4
Raw File
.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