News:

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

Main Menu

Problem with indentation

Started by dragan224, September 09, 2013, 02:30:08 AM

Previous topic - Next topic

dragan224

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?