Author Topic: Problem with indentation  (Read 3192 times)

Offline dragan224

  • Single posting newcomer
  • *
  • Posts: 3
Problem with indentation
« on: September 09, 2013, 02:30:08 am »
If i write

void whatever() {|}

and now hit enter im going to get

void whatever() {
|}

instead of

void whatever() {
   |
}

Here | is my cursor possition. How do i fix that?