News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

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?