Skip to content

Blank lines are stripped, making code a little less readable #728

@hyperair

Description

@hyperair

When separating sections of code with a blank line to form "paragraphs for readability, they all disappear after being processed by this plugin.

e.g. The following jsonata

(
    $fn1 := function($v) { 'asdf: ' & $v };
    $fn2 := function($v) { $v & $v };

    $fn1("something");
)

gets formatted to

(
    $fn1 := function($v) { 'asdf: ' & $v };
    $fn2 := function($v) { $v & $v };
    $fn1("something");
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions