Ok, this is driving me crazy. I cannot get this indentation to work for me at all. I’ve tried all of the instructions both here:
https://forums.coronalabs.com/topic/44079-indentation-issue/
and here:
http://blog.lotech.org/2013/04/fixing-lua-indenting-in-sublime-text.html
but the below block does not indent correctly at all.
Using Edit > Line > Reindent on this block:
onEvent = function(event) if event.phase == "ended" then --Do Something end end
Results in:
onEvent = function(event) if event.phase == "ended" then --Do Something end end
I’ve tried uninstalling and reinstalling but no luck. I’m running on Windows 10.
Am I missing something obvious?