diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-20 18:17:32 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-20 18:18:15 +0800 |
commit | 88e326062c8165cba6a99a1e0f7d7ec547a31987 (patch) | |
tree | 30451b386ecdeb81ee1163176bba80f7d85b84f3 /vim | |
parent | a319735b1d31483c382d420abe2741868136af38 (diff) |
Update
Diffstat (limited to 'vim')
-rw-r--r-- | vim/init/basic.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/init/basic.vim b/vim/init/basic.vim index faafc36..173df2f 100644 --- a/vim/init/basic.vim +++ b/vim/init/basic.vim | |||
@@ -154,7 +154,7 @@ set backspace=eol,start,indent " Set Backspace behaviors | |||
154 | 154 | ||
155 | " TAB and special Chars {{{ | 155 | " TAB and special Chars {{{ |
156 | 156 | ||
157 | set tabstop=8 softtabstop=8 | 157 | set tabstop=4 softtabstop=4 |
158 | set expandtab | 158 | set expandtab |
159 | 159 | ||
160 | " Invisible chars | 160 | " Invisible chars |