diff options
author | Aaron LI <aly@aaronly.me> | 2019-07-11 21:28:13 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-07-11 21:28:13 +0800 |
commit | 12c267f83bc4753a59e42d5d91739ad4706baac9 (patch) | |
tree | c33a4e16de6c0b587ad6caaf632027620277f702 /_vim | |
parent | d87201c7b95cd3b89665b4074c3c67f38e7eb376 (diff) | |
download | dotfiles-12c267f83bc4753a59e42d5d91739ad4706baac9.tar.bz2 |
vim: Do not set expandtab and shiftwidth=4
Diffstat (limited to '_vim')
-rw-r--r-- | _vim/vimrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |