Skip to content

Aligning align_continuous_inline_comment does not move the comment after the first formatting #195

Open
@TIMONz1535

Description

@TIMONz1535

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

filename304.mp4
filename306.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions