QEMU With E2K User Support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
"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
|
|
|