~willdurand/public-inbox

dotfiles: vim: do not expand tab by default v1 APPLIED

William Durand: 1
 vim: do not expand tab by default

 1 files changed, 0 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~willdurand/public-inbox/patches/20704/mbox | git am -3
Learn more about email & git

[PATCH dotfiles] vim: do not expand tab by default Export this patch

Signed-off-by: William Durand <will+git@drnd.me>
---
 vim/vimrc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc
index bb3a7c7..b8c5375 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -64,8 +64,6 @@ set laststatus=2
" http://vim.wikia.com/wiki/Backspace_and_delete_problems
set backspace=indent,eol,start

set expandtab

set autoindent
" copy the previous indentation on autoindenting
set copyindent
--
2.30.1
Applied, thanks!