Sublime Forum

Indentation bug?

#1

I noticed a bug when writing some java.

This is how it should be:

This is how it is:

This happens when auto-indenting, and only if the else if contains “”

else if(lala.equals(“Doesn’t work”)) {}
else if(lala.equals(does_work)) {}

0 Likes