I think this really depends on the development environment. I write iOS apps in Objective-C/Swift. Both languages are really verbose due to their (awesome) external parameter names, so it is really hard (if not impossible) to stick with 80 char width.
In Javascript projects on the other hand it is much more likely to be possible and increases readability a lot in my opinion.