Revision e5b3a24181ea0cebf1c5b20f44d016311b7048f0 authored by Peter Maydell on 24 April 2015, 14:05:06 UTC, committed by Peter Maydell on 24 April 2015, 14:05:06 UTC
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent f2a5810
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