From fbdff5189949e1ea90c6956545865c6e54496fca Mon Sep 17 00:00:00 2001 From: LordMathis Date: Tue, 7 Jan 2020 14:11:38 +0100 Subject: [PATCH] Update vimrc --- .vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vimrc b/.vimrc index c70ba56..ff93ccc 100644 --- a/.vimrc +++ b/.vimrc @@ -1,9 +1,9 @@ syntax on filetype plugin indent on -" show existing tab with 4 spaces width -set tabstop=4 -" when indenting with '>', use 4 spaces width -set shiftwidth=4 -" On pressing tab, insert 4 spaces +" show existing tab with 2 spaces width +set tabstop=2 +" when indenting with '>', use 2 spaces width +set shiftwidth=2 +" On pressing tab, insert 2 spaces set expandtab