diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2012-02-27 22:44:51 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2012-02-27 22:44:51 +1300 |
commit | 3aa92587ace173b19016a943ec0dbcfdadac161d (patch) | |
tree | 0c7ddd47bbe67803a580630ad1a1561b9002584e | |
parent | Explicitly set scrolling options. (diff) | |
download | dotfiles-3aa92587ace173b19016a943ec0dbcfdadac161d.tar.gz dotfiles-3aa92587ace173b19016a943ec0dbcfdadac161d.zip |
Nice complement to shiftwidth.
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ endif " Formatting set expandtab +set smarttab set nojoinspaces set shiftround set shiftwidth=4 |