SublimeText / PowerShell

Support for the MS PowerShell programming language.
MIT License
312 stars 80 forks source link

word_wrap settings does not obey the global settings in sublime #172

Closed ScribblerCoder closed 2 months ago

ScribblerCoder commented 1 year ago

I had to go to Preferences->Settings-Syntax Specific and add the line "word_wrap": <value> to enforce it

ScribblerCoder commented 1 year ago

I'm gonna move this to https://github.com/PowerShell/EditorSyntax. My bad!

deathaxe commented 2 months ago

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.