I noticed that comments have different behaviour in regards to word wrapping than other syntax scopes.
If you consider the following screenshot, the two code lines are identical, except that the second one is commented out. Yet, the indentation behaviour is different. My settings have "word_wrap": true
.
Is it possible to disable this different indentation behaviour within comments? Either via a user setting, or via the language package itself?