From cf2af69032eda245a0426635892383dd3c997bbb Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 8 May 2023 15:11:35 -0700 Subject: [PATCH] commented out tab enforcement --- lib/vimfiles/vimrc.local | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/vimfiles/vimrc.local b/lib/vimfiles/vimrc.local index 0af757c..fb2d1ef 100644 --- a/lib/vimfiles/vimrc.local +++ b/lib/vimfiles/vimrc.local @@ -12,8 +12,8 @@ set mouse-=a filetype plugin indent on " 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 +" set tabstop=2 +" " " when indenting with '>', use 2 spaces width +" set shiftwidth=2 +" " " On pressing tab, insert 2 spaces +" set expandtab