aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-07-11 21:28:13 +0800
committerAaron LI <aly@aaronly.me>2019-07-11 21:28:13 +0800
commit12c267f83bc4753a59e42d5d91739ad4706baac9 (patch)
treec33a4e16de6c0b587ad6caaf632027620277f702
parentd87201c7b95cd3b89665b4074c3c67f38e7eb376 (diff)
downloaddotfiles-12c267f83bc4753a59e42d5d91739ad4706baac9.tar.bz2
vim: Do not set expandtab and shiftwidth=4
-rw-r--r--_vim/vimrc2
1 files changed, 0 insertions, 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