aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-23 17:19:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-23 17:19:47 +1200
commit597059c9684155af26b407c28cd1a2cf4d4de9a3 (patch)
tree0a83b2303f3942182a34a6b6d5d1a462f0a939f7
parentRemove now-unneeded :lwindow from \. map (diff)
downloaddotfiles-597059c9684155af26b407c28cd1a2cf4d4de9a3.tar.gz
dotfiles-597059c9684155af26b407c28cd1a2cf4d4de9a3.zip
Add some spaces before some comments
-rw-r--r--vim/vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 747c9c67..61d60fd9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -34,10 +34,10 @@ if has('syntax')
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 shiftwidth=4 " Indent with four spaces
-set softtabstop=4 " Insert four spaces with tab key
+set autoindent " Use indent of previous line on new lines
+set expandtab " Use spaces instead of tabs
+set shiftwidth=4 " Indent with four spaces
+set softtabstop=4 " Insert four spaces with tab key
" Let me backspace over pretty much anything
set backspace+=eol " Line breaks