Skip to content

Commit ffebe97

Browse files
committed
CLN: Add .gitattribtes to fix crlf issues.
1 parent 964516a commit ffebe97

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)