Open
Description
The align_continuous_inline_comment = true
does not move the comment to correct place after the first formatting
the value align_continuous_assign_statement
can be any true/false
local t = 123
local cccc = 456
cccc = 321
-- this is a comment
eeeeeeeee = 654 -- this is a comment2
local t = 123
local cccc = 456
cccc = 321-- this is a comment
eeeeeeeee = 654 -- this is a comment2
you need to format document for a second time