summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-02-29 15:25:21 -0500
committerJune McEnroe <june@causal.agency>2012-02-29 15:25:21 -0500
commit59a061744acf7f8185dd3fb5378b4b9a77407377 (patch)
tree12e621e7fedbb5db6babe7d6d246426ea80b0301 /.vimrc
parentAdd ,z mapping to toggle spell (diff)
downloadsrc-59a061744acf7f8185dd3fb5378b4b9a77407377.tar.gz
src-59a061744acf7f8185dd3fb5378b4b9a77407377.zip
Add shiftround option
Diffstat (limited to '.vimrc')
-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