-
-
Notifications
You must be signed in to change notification settings - Fork 383
Description
Surely rails.vim shouldn't be messing with tabstop or shiftwidth. Why not leave this under the users control? Enforcing the 2 space convention may have seemed like a good idea at the time, but I can't see why it is necessary or useful. At present files inside a Rails project are universally given 2 space tab indentation regardless of other preferences or file type. So a JavaScript file inside rails is indented two spaces (instead of the JavaScript convention of 4) As there are regularly a multitude of differing file types in a Rails project (and each programmer will have their own preferences or wishes to follow certain conventions), it just seems like rails.vim is getting involved in an area of configuration where it is not needed or wanted. Unless there is something I am missing?