broadinstitute / vim-wdl

Vim syntax highlighting for WDL
20 stars 8 forks source link

4-space indentation and tabs-to-space #1

Open brianjohnhaas opened 9 years ago

brianjohnhaas commented 9 years ago

Would it be possible to include as part of the vim configuration to indent by 4 spaces, and to convert tab characters to spaces?

many thanks,

~brian

klmr commented 4 years ago

In fact, the shift/indent width shouldn’t be part of the filetype plugin at all, it’s a user preference and the filetype plugin should therefore not override user configuration.

I’ve submitted a corresponding PR, #6.