aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-05 22:43:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-05 22:43:28 +1200
commit5052da3068b95aa03cb00db9905798db8e323e4f (patch)
tree806f83ad7c109558bbda4f3ffd8119c722d89758
parentAdd shebang_update.vim plugin (diff)
downloaddotfiles-5052da3068b95aa03cb00db9905798db8e323e4f.tar.gz
dotfiles-5052da3068b95aa03cb00db9905798db8e323e4f.zip
Disable 'shiftround' in Vim for a while
After experimenting, I suspect it's actually causing more grief than it saves.
-rw-r--r--vim/vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 4b2803fe..361c049e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -34,7 +34,6 @@ endif
" The all-important default indent settings; filetypes to tweak
set autoindent " Use indent of previous line on new lines
set expandtab " Use spaces instead of tabs
-set shiftround " Round indenting to multiples of 'shiftwidth'
set shiftwidth=4 " Indent with four spaces
" Spaces to insert on Tab key insert