Skip to content

Can we force LF only on Windows? #99

@kellerza

Description

@kellerza

Currently pyproject-fmt adds a CRLF to reformatted lines.

Git converts them back to LF:

$ git config --global -l       
core.autocrlf=false
core.eol=lf

But the CRLF seems to confuse any git rebase effort.

Any chance we can force pyproject-fmt to always use LF?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions