diff options
author | June McEnroe <june@causal.agency> | 2012-02-29 15:25:21 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-02-29 15:25:21 -0500 |
commit | 59a061744acf7f8185dd3fb5378b4b9a77407377 (patch) | |
tree | 12e621e7fedbb5db6babe7d6d246426ea80b0301 | |
parent | Add ,z mapping to toggle spell (diff) | |
download | src-59a061744acf7f8185dd3fb5378b4b9a77407377.tar.gz src-59a061744acf7f8185dd3fb5378b4b9a77407377.zip |
Add shiftround option
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 1 |
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 |