News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Configuring indentation

Started by GodOfProgramming, April 03, 2020, 02:08:29 AM

Previous topic - Next topic

GodOfProgramming

Hi.

After typing opening brace at the end of line and pressing enter I want to achieve this result:

int main() {
    |
}


But what I get is this:

int main() {
|}


where | is text cursor.

My question is how can I configure C::B to get first result? Also it works perfectly fine with if statements and loops.