Author Topic: Configuring indentation  (Read 2543 times)

GodOfProgramming

  • Guest
Configuring indentation
« on: April 03, 2020, 02:08:29 am »
Hi.

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

Code
int main() {
    |
}

But what I get is this:

Code
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.
« Last Edit: April 03, 2020, 02:17:13 am by GodOfProgramming »