I work on an open source project where the creator sets his tab-indents to 2 spaces.
I\'d like to just enable it on the fly for the one file I work on and not other fil
You could also use file local variables to automate omrib's solution for that one file, by adding this to it:
// Local Variables: // js-indent-level: 2 // indent-tabs-mode: nil // End: