ciaranm / detectindent

Vim script for automatically detecting indent settings
173 stars 48 forks source link

Change detectindent to force the tab expansion for some mode #11

Closed JrCs closed 13 years ago

JrCs commented 13 years ago

Can you change the plugin to force the tab expansion for mode like 'make' (which need TAB and not SPACE) ?

ciaranm commented 13 years ago

Just don't use the plugin for things where the indenting can't be detected.