Revision 5e9fcbd7df8cdddab6566a764cf4e2d4a491fa02 authored by Philippe Mathieu-Daudé on 30 October 2018, 15:23:56 UTC, committed by Peter Maydell on 02 November 2018, 14:03:33 UTC
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent 9a93b2f
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