Is there a way to change the behavior of auto-indent notepad ++?

I have a problem with notepad ++ autoset. let's say that ¬is my cursor.

if the text looks like this:

my text
    my text¬

and press [enter] to go to the following:

my text
    mytext
    ¬

It's fine. but when the text looks like this:

my text
    my text
¬

and I press [enter], it looks like this:

my text
    my text

    ¬

Note that the cursor advances by itself. this behavior does not work for me. I would like it to just keep the actual indentation, and not "play smart." the correct behavior (for me) would be as follows:

my text
    my text

¬

can anyone do this? Is there a file I could edit or a plugin for this? I really don't want to disable auto-indentation, just change this. thank (:

+5

All Articles