summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-02-29 15:25:21 -0500
committerJune McEnroe <programble@gmail.com>2012-02-29 15:25:21 -0500
commit60a5e0bf1fdf0c39ee01d0eff387a1da9dc8980f (patch)
tree12e621e7fedbb5db6babe7d6d246426ea80b0301
parentAdd ,z mapping to toggle spell (diff)
downloadsrc-60a5e0bf1fdf0c39ee01d0eff387a1da9dc8980f.tar.gz
src-60a5e0bf1fdf0c39ee01d0eff387a1da9dc8980f.zip
Add shiftround option
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index ae54f43b..4c531bc5 100644
--- a/.vimrc
+++ b/.vimrc
@@ -59,6 +59,7 @@ au BufReadPost * if &filetype !~ '^git\c' && line("'\"") > 0 && line("'\"") <= l
 set expandtab
 set shiftwidth=2
 set tabstop=4
+set shiftround
 filetype plugin indent on
 
 " Indentation exceptions