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
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.