Since updating to 3013, the “word_wrap”: “auto” setting doesn’t work correctly for my PHP files. Even though they’re code, these files wrap.
- this worked correctly with the previous ST3 build
- in the lower right corner, the file’s syntax is correctly identified as PHP
- toggling it manually with view > wrap fixes wrapping for that specific file until I close and re-open the file
- .css and .js files work as expected: wrapping is off
- if I set “word_wrap”: false, wrapping is off as it should be for all files
Any ideas? Should I check my installation’s PHP syntax definitions (if that’s even possible)?