News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

About Smart Indent

Started by nfsking2000, February 08, 2014, 01:27:06 PM

Previous topic - Next topic

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
void func(){
and hit enter, I expect it to be like this:
void func(){
   |
}

(| represent caret)

But it becomes
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.