broadinstitute / vim-wdl

Vim syntax highlighting for WDL
20 stars 8 forks source link

Do not override user preferences #6

Open klmr opened 4 years ago

klmr commented 4 years ago

The indent width is, except in rare circumstances, not tied to the language but rather a user preference that should be configurable in the user’s .vimrc file. Filetype plugins should generally not override this setting.

This PR ensures that user settings are respected.