-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
formattingRelated to automatic code formattingRelated to automatic code formatting
Description
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
Labels
formattingRelated to automatic code formattingRelated to automatic code formatting