Revision c283ff89d11ff123efc9af49128ef58511f73012 authored by Peter Maydell on 21 March 2023, 17:15:43 UTC, committed by Peter Maydell on 21 March 2023, 17:15:43 UTC
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent 8de6e6e
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