From: Michael S. Tsirkin Date: Thu, 19 Jul 2012 14:26:10 +0000 (+0300) Subject: qemu: add .exrc X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~3602^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=692e587fc61fd32d755234d187b4f082e28c3993;p=sdk%2Femulator%2Fqemu.git 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 --- diff --git a/.exrc b/.exrc new file mode 100644 index 0000000..37755ed --- /dev/null +++ b/.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