User forums > Help

About Smart Indent

(1/1)

nfsking2000:
Hi.
I've searched the forum about this. Found a thread about this exact problem, but I didn't want to zombify it.

When I type the code

--- Code: ---void func(){
--- End code ---
and hit enter, I expect it to be like this:

--- Code: ---void func(){
    |
}
--- End code ---
(| represent caret)

But it becomes

--- Code: ---void func(){
|}
--- End code ---

very annoying. I tried every combination in settings. Any thoughts?

Edit: By the way I'm using Java style, but others don't work as expected either. And I experience this thing both on Linux and Windows.

Navigation

[0] Message Index

Go to full version