Skip to content

Commit 7ea6bdc

Browse files
committed
Merge pull request #3915 from jtratner/fix-crlf-in-repo
CLN: Fix CRLFs in repo + add .gitattributes
2 parents 697fe62 + 9bb9f57 commit 7ea6bdc

File tree

6 files changed

+6863
-6848
lines changed

6 files changed

+6863
-6848
lines changed

.gitattributes

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
* text=auto
2+
# enforce text on certain files
3+
*.py text
4+
*.pyx text
5+
*.pyd text
6+
*.c text
7+
*.h text
8+
*.html text
9+
*.csv text
10+
*.json text
11+
*.pickle binary
12+
*.h5 binary
13+
*.dta binary
14+
*.xls binary
15+
*.xlsx binary

0 commit comments

Comments
 (0)