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

All files should use LF line-endings #35

Closed
nikobockerman opened this issue May 31, 2019 · 1 comment
Closed

All files should use LF line-endings #35

nikobockerman opened this issue May 31, 2019 · 1 comment

Comments

@nikobockerman
Copy link
Contributor

Hi,

currently the files in this repository have a mixture of LF and CRLF line-endings. Should all the files have LF line-endings?
Based on the last comment to this pull request PR 10 comment it seems that the desire would be to have only LF line-endings.

There are many instructions about how to convert repository to only have LF line-endings:

The simplest way to achieve this is to add .gitattributes file and then running "git add --renormalize ." to convert all files accordingly.

@Scrin
Copy link
Owner

Scrin commented May 31, 2019

You are correct; the desire is to have LF line endings only. I've been postponing this "normalization" with the idea that I'll be doing it as I release the "1.0.0" version soon after #34 (and possibly #22 ) is implemented, as it will have other "significant and breaking changes" too, and I think it's better to "break things" once than each case separately

@Scrin Scrin changed the title Should all files use LF line-endings? All files should use LF line-endings May 31, 2019
@Scrin Scrin self-assigned this May 31, 2019
@Scrin Scrin removed their assignment Jun 17, 2020
@Scrin Scrin closed this as completed Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants