Author Topic: About Smart Indent  (Read 2527 times)

nfsking2000

  • Guest
About Smart Indent
« on: February 08, 2014, 01:27:06 pm »
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(){
and hit enter, I expect it to be like this:
Code
void func(){
    |
}
(| represent caret)

But it becomes
Code
void func(){
|}

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.
« Last Edit: February 08, 2014, 01:29:23 pm by nfsking2000 »