diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-22 21:12:06 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-22 21:12:06 +1200 |
commit | e6250bca0e9818538b953ee35c5bf6f60e2ea783 (patch) | |
tree | 6016c5cafbd3a438769e7a3e0a4efa94bf8cde15 | |
parent | Don't create ~/.vim/config (diff) | |
download | dotfiles-e6250bca0e9818538b953ee35c5bf6f60e2ea783.tar.gz dotfiles-e6250bca0e9818538b953ee35c5bf6f60e2ea783.zip |
Revise Vim 'shiftround' comment
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ 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 4 +set shiftround " Round indenting to multiples of 'shiftwidth' set shiftwidth=4 " Indent with four spaces set softtabstop=4 " Insert four spaces for a Tab press |