Using word wrap indents the next "line"?
The two pictures you provided are completely equal. Can you explain it better what do you want to?
Additional into that will help:
- Version of Sublime Text
- Syntax being used
- Example that can be copy-pasted
Just reading again the title I think I understood the problem. He seems to not like to the next line to be indented when it is wrapped by the word_wrap
setting limit. For example, currently it is like this assuming wrapping at 10 characters:
Input text
first long line to be wrapped
Wrapped text:
first long
line
to be
wrapped
He would not like the continuation indent to be applied, therefore the input text should be like this after wrapping by the word_wrap
limit of 10 characters:
first long
line to be
wrapped
However I do not now how to disable that auto indentation inserted by word_wrap
. Is it possible to be disabled?
Sorry, I could of sworn I checked https://i.imgur.com/y0qfHx0.png
Yes basically remove indentation, also why does column select (both shift+right click or scroll button) also select the end of the line that’s wrapped around? https://i.imgur.com/V4gp1ZZ.png I just want it to select the start of the line.