This: ```lua --[[ Whatever multiline comment --]] local x ``` Is formatted to this: ```lua --[[ Whatever multiline comment --]] local x ``` This may be unintended. The results become difficult to read when many locals are declared:
This:
Is formatted to this:
This may be unintended. The results become difficult to read when many locals are declared: