Skip to content

Preprocessor statements break indentation. #103

@lewis6991

Description

@lewis6991
my_module u_my_instance(
  `ifdef TEST
    .port1 (wire1),
  `endif
  .port2 (wire2)
);

  logic a; // Incorrect indentation.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions