Skip to content

Windows-style line ending all over the place #112

Description

@bluca

The diff between 0.3.1 and 1.0.0 contains a lot of Windows-style line endings (CRLF) in many places.

Please consider enforcing LF-only line endings, eg, add a .gitattributes with:

* text=auto eol=lf

Developers on Windows who still need CRLF line endings can get them added automatically, and removed on commit, transparently for all repositories, by setting:

git config --global core.autocrlf true

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