For example, this: ```lua self:doTheThing(what, --[[rightAway = ]] true) ``` Is rewritten by Stylua to: ```lua self:doTheThing( what, --[[rightAway = ]] true ) ``` It would be preferable to distinguish these short inline parameter comments and not wrap at all.