Skip to content

Add .gitattributes file to define how line endings should be handled #3545

@MoralCode

Description

@MoralCode

I've seen a lot of discussion lately about using Augur in various types of windows-based environments especially surrounding things not working because of files being rewritten with Windows-style line endings (CRLF) rather than Unix style (LF).

GitHub has some documentation here for how to configure Git so that it knows which files it can automatically convert and which it should not: https://docs.github.com/en/get-started/git-basics/configuring-git-to-handle-line-endings#per-repository-settings

The task for this issue is to set this up on our repository such that Python files do not have their line endings modified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood issues for a newcomer to tackle

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions