From 5052da3068b95aa03cb00db9905798db8e323e4f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 5 Jul 2018 22:43:28 +1200 Subject: Disable 'shiftround' in Vim for a while After experimenting, I suspect it's actually causing more grief than it saves. --- vim/vimrc | 1 - 1 file changed, 1 deletion(-) (limited to 'vim/vimrc') 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 -- cgit v1.2.3