Revision 83a9cdbd65ceb4a443630aed011a00ef217ed408 authored by Michael Tokarev on 07 August 2023, 12:05:10 UTC, committed by Michael Tokarev on 07 August 2023, 12:05:10 UTC
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent 7cb0210
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