From 0e8f801fa2184b13921cb9d50e4ee24bc590732e Mon Sep 17 00:00:00 2001 From: Max Arturo AS Date: Sat, 19 Sep 2015 10:35:05 -0500 Subject: [PATCH] Update tab spaces to 2 --- vimrcs/basic.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index f81f3e13..aa6dd478 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -186,9 +186,9 @@ set expandtab " Be smart when using tabs ;) set smarttab -" 1 tab == 4 spaces -set shiftwidth=4 -set tabstop=4 +" 1 tab == 2 spaces +set shiftwidth=2 +set tabstop=2 " Linebreak on 500 characters set lbr