diff options
Diffstat (limited to 'qemu/.exrc')
-rw-r--r-- | qemu/.exrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu/.exrc b/qemu/.exrc new file mode 100644 index 000000000..37755ede8 --- /dev/null +++ b/qemu/.exrc @@ -0,0 +1,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 |