Skip to content

Align comments #88

@ahoarau

Description

@ahoarau

Hi again,
Consider the following CMakeLists.txt:

add_library(my_lib STATIC
    a.cc      # This a
    bbbb.cc   # this is the b library
    cc.cc     # c library
    ddddd.cc  # d lib
)

Running gersemi will give me:

add_library(
    my_lib
    STATIC
    a.cc # This a
    bbbb.cc # this is the b library
    cc.cc # c library
    ddddd.cc # d lib
)

is there any way to keep or enforce the alignment of the comments ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions