Added gitattributes file
This normalizes all line endings to LF, not CRLF.
This commit is contained in:
parent
ad231bef86
commit
68714a8eb8
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=lf
|
||||
*.py eol=lf
|
||||
*.ipynb eol=lf
|
Loading…
Reference in New Issue
Block a user