]> git.proxmox.com Git - mirror_qemu.git/commit
qemu: add .exrc
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Jul 2012 14:26:10 +0000 (17:26 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 7 Sep 2012 06:02:44 +0000 (09:02 +0300)
commit692e587fc61fd32d755234d187b4f082e28c3993
treece5ff0dd761eeda8856fa1d347d907de7769e2fb
parent6e4c0d1f03d6ab407509c32fab7cb4b8230f57ff
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>
.exrc [new file with mode: 0644]