diff options
-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 |