Skip to content

Commit 692e587

Browse files
committed
qemu: add .exrc
I've been using this to get correct indenting with vim in qemu for a while, but it's a bit easier if we put the settings in the central place. Note that 1. you still need to enable 'exrc' and 'secure' options in your vimrc for these settings to take effect. 2. you can create a .vimrc file if 'exrc' is on but there's need to bypass this configuration. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
1 parent 6e4c0d1 commit 692e587

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.exrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"VIM settings to match QEMU coding style. They are activated by adding the
2+
"following settings (without the " symbol) as last two lines in $HOME/.vimrc:
3+
"set secure
4+
"set exrc
5+
set expandtab
6+
set shiftwidth=4
7+
set smarttab

0 commit comments

Comments
 (0)