Git: Create .gitattributes for windows line endings (#28340)

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
This commit is contained in:
acoder77
2020-10-17 12:13:49 +05:30
committed by GitHub
parent 2816d3bc90
commit 0c09dd3526

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto