blob: 37755ede83a0d5b4fe22114f624a140d2bcaefff (
plain)
1
2
3
4
5
6
7
|
"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
|