From 12c267f83bc4753a59e42d5d91739ad4706baac9 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 11 Jul 2019 21:28:13 +0800 Subject: vim: Do not set expandtab and shiftwidth=4 --- _vim/vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/_vim/vimrc b/_vim/vimrc index 7fd42ae..e2c39d1 100644 --- a/_vim/vimrc +++ b/_vim/vimrc @@ -141,10 +141,8 @@ set noswapfile """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Text, tab and indent related """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -set expandtab set smarttab set tabstop=8 -set shiftwidth=4 set autoindent set smartindent -- cgit v1.2.2