Added gitattributes file

This normalizes all line endings to LF, not CRLF.
This commit is contained in:
Roger Labbe 2018-07-14 08:01:19 -07:00
parent ad231bef86
commit 68714a8eb8

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
*.py eol=lf
*.ipynb eol=lf