diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-30 11:04:10 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-30 11:04:10 +0000 |
commit | a2ec438e39e81695ab5a679089733101f455a1f1 (patch) | |
tree | 07256e29f7aacae651edd451f4b8b690006cf333 /.exrc | |
parent | 4c087bd79a3fe3bc192fa09a76340fea2864105c (diff) |
add .exrc
set text width correctly automatically for vim users
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@25 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to '.exrc')
-rw-r--r-- | .exrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +"VIM settings to for correct formatting. They are activated by adding the +"following settings (without the " symbol) as last two lines in $HOME/.vimrc: +"set secure +"set exrc +set textwidth=65 |