PowerShell
PowerShell copied to clipboard
word_wrap settings does not obey the global settings in sublime
I had to go to Preferences->Settings-Syntax Specific and add the line "word_wrap": <value> to enforce it
I'm gonna move this to https://github.com/PowerShell/EditorSyntax. My bad!
Fixed by #173.
Yes, there's no reason to enforce word wrapping style via syntax specific settings.
The global default "auto", already disables it for source code.