Skip to content

feat: remove newlines at the beginning of a file #2

@logic-finder

Description

@logic-finder

For example:

$ cat demo.c

int main(void){return 0;}
$ proofread -b --dry-run - < demo.c
> proofread -b --dry-run=full -
=================================================
   1|-\n
   2|int main(void){return 0;}

This feature may be not that useful, though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions