From a68a7a992d2b73c904caf820dbdc05e68ed07a1c Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 11 May 2019 01:04:20 +0200 Subject: [PATCH] Change tab indentation to 2 spaces --- vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index eddca09..078dd5d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -11,8 +11,8 @@ set clipboard=unnamedplus set nofoldenable ""Spaces instead of tabs set expandtab -set tabstop=4 -set shiftwidth=4 +set tabstop=2 +set shiftwidth=2 ""MuComplete "set completeopt+=menuone "set completeopt+=noinsert