Skip to content

Space before aligned // (double slash) #82

Open
@ghost

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

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