Skip to content

Issue with formatting #127

@piplus2

Description

@piplus2

Hello,

I'm using the extension on Windows and I get this issue when formatting an .nf file.
If there is a comment above a line of code, the code is moved at the end of the comment line and becomes part of the comment:

Before formatting:

// ALIGN reads to reference genome
BWA_ALIGN(sample_id, library_id, fastq_pair[0], fastq_pair[1])

After formatting:

// ALIGN reads to reference genome        BWA_ALIGN(sample_id, library_id, fastq_pair[0], fastq_pair[1])

Many thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    formattingRelated to automatic code formatting

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions