Skip to content

Create .gitattributes for Cross OS compatibility#3410

Merged
cclauss merged 1 commit intoTheAlgorithms:masterfrom
acoder77:patch-1
Oct 17, 2020
Merged

Create .gitattributes for Cross OS compatibility#3410
cclauss merged 1 commit intoTheAlgorithms:masterfrom
acoder77:patch-1

Conversation

@acoder77
Copy link
Copy Markdown
Contributor

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
@cclauss cclauss added the hacktoberfest-accepted Accepted to be counted towards Hacktoberfest label Oct 17, 2020
Copy link
Copy Markdown
Member

@cclauss cclauss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks.

@cclauss cclauss merged commit 35cade8 into TheAlgorithms:master Oct 17, 2020
stokhos pushed 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 pushed 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

Labels

hacktoberfest-accepted Accepted to be counted towards Hacktoberfest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants