How can I set the line limit length for different types of files?
intellij-idea, phpstorm
Solution
This is now possible as the bug linked by @LazyOne has been resolved. You can now set different right margins for different programming languages.
The setting is under Settings | Editor | Code Style | <Your language> on the Wrapping and Braces tab at the very top of the list.
Problem
I have the following gray line that limits the number of characters a single line can accomodate: I'd like to change the line length (this fill probably affect where this line is currently shown right now) for different files: for js, php files etc one line length, for HTML template files another. Is it possible? If not, how can I change at least for all file types?