From 931006208592add5838426109bf6ccbe15e0831c Mon Sep 17 00:00:00 2001 From: Shun Git Date: Sat, 25 Jun 2022 17:33:42 +0800 Subject: [PATCH] noexpandtab --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 963c18e..1ef70dc 100644 --- a/vimrc +++ b/vimrc @@ -35,7 +35,7 @@ set shiftwidth=2 set softtabstop=2 set smarttab -set expandtab +set noexpandtab set autoindent set showbreak=↪