2

When I open a block of code in Notepad++ with a {, it correctly adds a } but doesn't indent it properly.

Expected:

if(p){
    ....
}

Actual:

if(p){
    ....
    }

I can't find an option to change the

DaedalusUsedPerl
  • 772
  • 5
  • 9
  • 25
  • 2
    Possible duplicate of [Auto-indent in Notepad++](http://stackoverflow.com/questions/412427/auto-indent-in-notepad) – haihui Feb 11 '16 at 05:09

1 Answers1

0

Unchecking TextFX->TextFX Settings -> Autoclose ([{ Brace fixed this for me.

DaedalusUsedPerl
  • 772
  • 5
  • 9
  • 25