Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Why we have not considered Line Endings for Different OS(Linux, Windows, MacOS) #137

@deepanshukhanna

Description

@deepanshukhanna

I came across one issue in which my files saved on git are differ in terms of line start or end. git diff or git UI handles it as it normalize line endings to LF (/n) on Unix-based systems and to CRLF (/r/n) on Windows-based systems. My point here is if git handling it in diff or UI we will never able to see these differences and that too doesn't matter as per the file changes. can we configure here or do some changes so that this diff match patch don't consider while evaluating differences? reason for this is, it will be very difficult to take this into consideration after evaluation of diff-match-patch.

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