Skip to content

repo contains 107 files with windows CRLF line endings #1024

Closed
@jspillers

Description

Bug Report

There are 107 files in the repo that contain CRLF line endings as opposed to LF.

Steps to Reproduce:

  1. cd perspective
  2. find . | grep -v dist | grep -v node_modules | xargs file | grep 'CRLF' | sed 's/:.*$//'

Expected Result:

above one-liner should return zero lines

Actual Result:

it returns 107 files with windows line endings

Metadata

Assignees

No one assigned

    Labels

    bugConcrete, reproducible bugsgood first issueA relatively simple issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions