From 55f410261963f1015b1393e6744ffc6a3e8b029d Mon Sep 17 00:00:00 2001 From: sota1235 Date: Thu, 9 Oct 2014 10:49:17 +0900 Subject: [PATCH] =?UTF-8?q?fix=20vimrc/basic.vim=20|=20=E3=83=87=E3=83=95?= =?UTF-8?q?=E3=82=A9=E3=83=AB=E3=83=88=E3=81=AE=E3=82=BF=E3=83=96=E3=82=92?= =?UTF-8?q?4=E3=81=AB=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimrcs/basic.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 68b79b82..be83d11a 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -175,9 +175,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