We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
current output
local variable = call_something_that_is_kind_of_long(with_some_long, arguments_that_are_long)
expected output
local variable = call_something_that_is_kind_of_long( with_some_long, arguments_that_are_long )