when identing: if x ____then 1 ____els after this, i type "e", the result is: if x ____then 1 else and, the "right way" ident, supposed to be: if x ____then 1 ____else
when identing:
if x
____then 1
____els
after this, i type "e", the result is:
if x
____then 1
else
and, the "right way" ident, supposed to be:
if x
____then 1
____else