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
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
Unchecking TextFX->TextFX Settings -> Autoclose ([{ Brace
fixed this for me.