nixeagle / ooc-mode

9 stars 2 forks source link

ifs without braces don't indent #4

Closed solson closed 14 years ago

solson commented 14 years ago

Expected indentation:

if(condition)
    doThis()
else
    doThat()

ooc-mode's indentation:

if(condition)
doThis()
else
doThat()
nixeagle commented 14 years ago

If/then/else statements work now

Closed by 230ac0229f457c0e6951e1e1eacb17cd5acf80f0