From b9c8239def7f68e6e535ab772fb467ec911d4bf8 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sun, 9 Oct 2022 14:45:57 -0700 Subject: [PATCH] Remove soft tabs from vimrc I'm no longer purely a Python dev, this is getting in the way now. I need to learn to trust vim's language plugins to do the right thing. --- .vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vimrc b/.vimrc index 8f2f109..e750d6e 100644 --- a/.vimrc +++ b/.vimrc @@ -76,8 +76,6 @@ set smartindent set nowrap set tabstop=4 set shiftwidth=4 -set softtabstop=4 -set expandtab set list listchars=tab:\ \ ,trail:. " Command completion