Skip to content

Add .gitattributes file to enforce line endings #240

@jeremyeder

Description

@jeremyeder

Add a file to ensure consistent line endings across different operating systems.

This will help prevent line ending issues (CRLF vs LF) that can cause unnecessary diffs and merge conflicts.

The file should include:

    • Let Git handle line endings automatically
    • Shell scripts should use LF
    • Python files should use LF
    • Markdown files should use LF

This is a simple, low-risk change that improves cross-platform compatibility.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions