From 95041c5df0ed67b87f67f25c7ca84a5c4ddd55d2 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Tue, 17 Oct 2017 09:59:43 -0400 Subject: [PATCH] Shiftwidth to 2 because nicer! --- system/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/.vimrc b/system/.vimrc index 3c3b6a8..38017c0 100755 --- a/system/.vimrc +++ b/system/.vimrc @@ -27,7 +27,7 @@ set ruler " Always show info along bottom. set autoindent " auto-indent set tabstop=4 " tab spacing set softtabstop=4 " unify -set shiftwidth=4 " indent/outdent by 4 columns +set shiftwidth=2 " indent/outdent by 2 columns set shiftround " always indent/outdent to the nearest tabstop set expandtab " use spaces instead of tabs set smarttab " use tabs at the start of a line, spaces elsewhere