Take this code block:
Run Format and EmmyLuaCodeStyle Style changes it to:
Format a second time changes it again:
- Ideally I'd love EmmyLuaCodeStyle to leave the first block unchanged.
- Even if not, formatted output should probably be stable such that
format(format(code)) == format(code)
Thanks!