From f436a35a8b313958aadad0ee9296fc0bb5e2bb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Prag=C5=82owski?= Date: Wed, 4 Jun 2014 23:49:50 +0200 Subject: [PATCH] changed tab size to 2 --- vimrcs/basic.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 1d01bbce..dff40ebe 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