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

Create .gitattributes for Cross OS compatibility #3410

Merged
merged 1 commit into from Oct 17, 2020

Conversation

@acoder77
Copy link
Contributor

@acoder77 acoder77 commented Oct 17, 2020

With this set, Windows users will have text files converted from Windows style line endings (\r\n) to Unix style line endings (\n) when they’re added to the repository.
https://www.edwardthomson.com/blog/git_for_windows_line_endings.html

With this set, Windows users will have text files converted from Windows style line endings (\r\n) to Unix style line endings (\n) when they’re added to the repository.
https://www.edwardthomson.com/blog/git_for_windows_line_endings.html
Copy link
Member

@cclauss cclauss left a comment

Nice! Thanks.

@cclauss cclauss merged commit 35cade8 into TheAlgorithms:master Oct 17, 2020
3 checks passed
3 checks passed
@github-actions
codespell
Details
@github-actions
pre-commit
Details
@travis-ci
Travis CI - Pull Request Build Passed
Details
s-okubanjo added a commit to s-okubanjo/Python that referenced this pull request Nov 29, 2020
With this set, Windows users will have text files converted from Windows style line endings (\r\n) to Unix style line endings (\n) when they’re added to the repository.
https://www.edwardthomson.com/blog/git_for_windows_line_endings.html
stokhos added a commit to stokhos/Python that referenced this pull request Jan 3, 2021
With this set, Windows users will have text files converted from Windows style line endings (\r\n) to Unix style line endings (\n) when they’re added to the repository.
https://www.edwardthomson.com/blog/git_for_windows_line_endings.html
peRFectBeliever added a commit to peRFectBeliever/Python that referenced this pull request Apr 1, 2021
With this set, Windows users will have text files converted from Windows style line endings (\r\n) to Unix style line endings (\n) when they’re added to the repository.
https://www.edwardthomson.com/blog/git_for_windows_line_endings.html
Panquesito7 pushed a commit to Panquesito7/Python that referenced this pull request May 13, 2021
With this set, Windows users will have text files converted from Windows style line endings (\r\n) to Unix style line endings (\n) when they’re added to the repository.
https://www.edwardthomson.com/blog/git_for_windows_line_endings.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants