aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-27 22:44:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-27 22:44:51 +1300
commit3aa92587ace173b19016a943ec0dbcfdadac161d (patch)
tree0c7ddd47bbe67803a580630ad1a1561b9002584e
parentExplicitly set scrolling options. (diff)
downloaddotfiles-3aa92587ace173b19016a943ec0dbcfdadac161d.tar.gz
dotfiles-3aa92587ace173b19016a943ec0dbcfdadac161d.zip
Nice complement to shiftwidth.
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 133036e0..2ace45ed 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -43,6 +43,7 @@ endif
" Formatting
set expandtab
+set smarttab
set nojoinspaces
set shiftround
set shiftwidth=4