From 479fa1d350f7a4f95b47dc70d12468413c98591d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 22 Jun 2018 21:17:46 +1200 Subject: Adjust comment indent on .vimrc indent settings --- vim/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vim/vimrc') 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' -- cgit v1.2.3