diff options
author | Nao Ueda <nao.uedder@gmail.com> | 2021-10-10 12:24:23 +0900 |
---|---|---|
committer | Nao Ueda <nao.uedder@gmail.com> | 2021-10-10 12:24:23 +0900 |
commit | 186e4caec6f5131cb4c23626cef7aa47e34bf00b (patch) | |
tree | a76a2e3071733c8e06786bf508c9ca375fa33a7c /_config | |
parent | 54bd8f93e95da4fbddf3cfd97155441ac137e9ed (diff) | |
download | vimrc-186e4caec6f5131cb4c23626cef7aa47e34bf00b.tar.gz vimrc-186e4caec6f5131cb4c23626cef7aa47e34bf00b.tar.bz2 vimrc-186e4caec6f5131cb4c23626cef7aa47e34bf00b.zip |
Modify the settings of detectindent.
Diffstat (limited to '_config')
-rw-r--r-- | _config/109-detectindent.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_config/109-detectindent.vim b/_config/109-detectindent.vim index 0c5553b..8b6c18b 100644 --- a/_config/109-detectindent.vim +++ b/_config/109-detectindent.vim @@ -3,3 +3,5 @@ UsePlugin 'detectindent' autocmd BufRead * DetectIndent let g:detectindent_preferred_indent = 4 +let g:detectindent_preferred_expandtab = 1 +let g:detectindent_preferred_when_mixed = 1 |