-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d6af98
commit 8110355
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
*.[mM][dD] text eol=lf | ||
|
||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.sln text eol=crlf | ||
*.bat text eol=crlf | ||
*.ms text eol=crlf | ||
*.mse text eol=crlf | ||
|
||
# Source files | ||
*.py text diff=python eol=lf | ||
*.py3 text diff=python eol=lf | ||
*.pyw text diff=python eol=lf | ||
*.pyx text diff=python eol=lf | ||
*.pyz text diff=python eol=lf | ||
*.[ch] text eol=lf | ||
|
||
# Binary files | ||
*.db binary | ||
*.p binary | ||
*.pkl binary | ||
*.pickle binary | ||
*.pyc binary | ||
*.pyd binary | ||
*.pyo binary | ||
|
||
# Jupyter notebook | ||
*.ipynb text |