“Preferred Line Length” shows as 120 in Settings, but with soft wrap at preferred line length and wrap guide turned on, both are clearly enforcing a line length of 100. I’m using version 1.0.11. This is my config.cson
"*":
...
editor:
invisibles: {}
preferredLineLength: 120
softWrap: true
softWrapAtPreferredLineLength: true
Is the preferredLineLength being overwritten somewhere?