aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-22 21:17:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-22 21:17:46 +1200
commit479fa1d350f7a4f95b47dc70d12468413c98591d (patch)
tree544af718f7cbf1ac04c1fcfef6afd3e19ec935dc /vim
parentUse negative Vim 'softtabstop' value (diff)
downloaddotfiles-479fa1d350f7a4f95b47dc70d12468413c98591d.tar.gz
dotfiles-479fa1d350f7a4f95b47dc70d12468413c98591d.zip
Adjust comment indent on .vimrc indent settings
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fb18a2bd..98feadf6 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -29,10 +29,10 @@ if has('syntax') && !has('g:syntax_on')
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
+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 press; if supported, use negative value to
" mirror 'shiftwidth'