Open
Description
Despite of configuring alignment_space_chars, when aligning with // (double slash), the outcome's longest line has no space before it. While other characters just work fine.
This block of code,
sample(
$shrt, // comment
$longer, // comment
$longest // comment
)
ends up like this.
sample(
$shrt, // comment
$longer, // comment
$longesttt// comment <--- notice that there's no space before
)
Metadata
Assignees
Labels
No labels