Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Make file formatting POSIX compliant #3435

Closed
wants to merge 1 commit into from

Conversation

aaronfranke
Copy link
Contributor

@aaronfranke aaronfranke commented Mar 27, 2021

This PR makes file formatting POSIX compliant, including by removing carriage returns (CRLF -> LF aka Windows format to Unix format) and ensure files end with newlines (required by POSIX definition of a text file). I also added a .gitattributes file which should prevent Git from letting any more carriage returns into the repo. Also, a BOM was removed in README_PL.md.

Remove carriage returns and ensure files end with newlines
@purplesyringa
Copy link
Collaborator

There have been many new signatures since your PR, so I applied the changes manually. Thanks!

@aaronfranke aaronfranke deleted the format branch March 27, 2021 15:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants