PowerShell icon indicating copy to clipboard operation
PowerShell copied to clipboard

word_wrap settings does not obey the global settings in sublime

Open ScribblerCoder opened this issue 2 years ago • 1 comments

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

ScribblerCoder avatar Jan 31 '23 22:01 ScribblerCoder

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

ScribblerCoder avatar Jan 31 '23 22:01 ScribblerCoder

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.

deathaxe avatar Jul 13 '24 10:07 deathaxe