8000 keep_line_breaks causes extra line added after comment · Issue #490 · dlang-community/dfmt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
keep_line_breaks causes extra line added after comment #490
Closed
@John-Colvin

Description

@John-Colvin
% cat dfmtmess.d
void foo()
{
    afdsafds
        .asdf // blah
        .flub;
}
% dfmt --keep_line_breaks true dfmtmess.d
void foo()
{
    afdsafds
        .asdf // blah
        
        .flub;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:commentsFormatting behavior in comments or outside due to comment tokensbugfeature:keep_line_breaksIssues related to the keep_line_breaks command line flagwrapping

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0