Open klmr opened 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.
.vimrc
This PR ensures that user settings are respected.
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.