-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
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
Labels
No labels