EmmyLuaCodeStyle icon indicating copy to clipboard operation
EmmyLuaCodeStyle copied to clipboard

Aligning align_continuous_inline_comment does not move the comment after the first formatting

Open TIMONz1535 opened this issue 9 months ago • 7 comments
trafficstars

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

https://github.com/user-attachments/assets/028308c9-ea2c-4b3b-925e-ca935337aaae

https://github.com/user-attachments/assets/d6467500-2caa-4edd-96a7-0feaafcda66a

TIMONz1535 avatar Feb 11 '25 03:02 TIMONz1535