Notepad++ – How to Indent Wrapped Text

autoindentnotepad

How can I change Notepad++ setting so that wrapped lines gets indented automatically?

Right now I have something like this:

some text that wraps to
next line
    some indented text 
that also wraps

What I want to get is:

some text that wraps to
next line
    some indented text 
    that also wraps

Best Answer

In Settings → Preferences... → Editing set the Line Wrap option to Indent.

Related Question