Line endings should be LF across repo and not CRLF (#10119)

This commit is contained in:
Lysandre Debut
2021-02-10 16:50:00 +01:00
committed by GitHub
parent 937f67074d
commit 0d8e554d42
3 changed files with 681 additions and 678 deletions

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
*.py eol=lf
*.rst eol=lf
*.md eol=lf