Normalized line endings #10

Closed
opened 2025-01-07 22:41:37 +00:00 by cody · 1 comment
Collaborator

The current repo contains a mix of CRLF and LF line endings. Since the project is targeted to be using Linux for the future they should be renormalized to LF

The procedure to allow git to renormalize for you is as follows.

  1. Add * text=auto eol=lf to .gitattributes
  2. run git add — renormalize . then commit
  3. run git rm -rf --cached .
  4. run git reset --hard HEAD

This should be in a separate PR

The current repo contains a mix of CRLF and LF line endings. Since the project is targeted to be using Linux for the future they should be renormalized to LF The procedure to allow git to renormalize for you is as follows. 1. Add `* text=auto eol=lf` to `.gitattributes` 2. run `git add — renormalize .` then commit 3. run `git rm -rf --cached .` 4. run `git reset --hard HEAD` This should be in a separate PR
Owner

Closed via #11

Closed via #11
jaby closed this issue 2025-01-08 21:33:23 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jaby/jabyengine#10
No description provided.