From 597059c9684155af26b407c28cd1a2cf4d4de9a3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Jul 2018 17:19:47 +1200 Subject: Add some spaces before some comments --- vim/vimrc | 8 ++++---- 1 file 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 -- cgit v1.2.3