detectindent icon indicating copy to clipboard operation
detectindent copied to clipboard

Add option g:detectindent_never_mix to avoid mixed indent

Open mildred opened this issue 8 years ago • 0 comments

In case of mixed indent (this happens in some of my source files with tab indent and multiline strings containing spaces) I don't want to switch to mixed indent which is not correctly detected in my case. I want to indent with either spaces or tabs depending on the first which is seen on the file.

mildred avatar Oct 03 '17 13:10 mildred