Code::Blocks Forums

User forums => Help => Topic started by: nfsking2000 on February 08, 2014, 01:27:06 PM

Title: About Smart Indent
Post by: nfsking2000 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
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.