vim-indent-detect

A Vim plugin for handeling indentation.
git clone https://git.ce9e.org/vim-indent-detect.git

commit
85894039502b5452cc13ca7a34701e2df6354a4a
parent
aefd788a5f872bb5eadcbdc1fcc978ead1bd7aba
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-09-11 23:17
switch default to 4 spaces

Diffstat

M plugin/detectindent.vim 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/plugin/detectindent.vim b/plugin/detectindent.vim

@@ -1,5 +1,5 @@
    1    -1 let g:detectindent_preferred_indent = 2
    2    -1 let g:detectindent_preferred_expandtab = 0
   -1     1 let g:detectindent_preferred_indent = 4
   -1     2 let g:detectindent_preferred_expandtab = 1
    3     3 
    4     4 function! SetIndent(...)
    5     5 	if a:0 < 1