Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to UNIX/LF line endings? #12

Open
akien-mga opened this issue Dec 15, 2017 · 2 comments
Open

Switch to UNIX/LF line endings? #12

akien-mga opened this issue Dec 15, 2017 · 2 comments

Comments

@akien-mga
Copy link
Contributor

The repo currently uses DOS/CRLF line endings which are the default on Windows, but a hassle on UNIX systems (macOS/Linux/*BSD).

To handle this in cross-platform projects, the convention is usually to use UNIX/LF line endings.
On Windows, Git will by default automatically convert the LF to CRLF when pulling, and convert back to LF when pushing, so that's transparent to Windows developers.

This is a good read by a GitHub developer on that matter.

I'm opening this issue to ask whether you'd consider switching to LF in this repo. If so, I can make a PR with the relevant changes and corresponding .gitattributes file to ensure it works fine for all.

@castano
Copy link
Contributor

castano commented Dec 15, 2017 via email

@castano
Copy link
Contributor

castano commented Dec 15, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants