Skip to content

Commit 51cd16e

Browse files
authored
MAINT: adding gitattributes (#2)
1 parent 6a48687 commit 51cd16e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Auto detect text files and perform LF normalization
2+
*.py text=auto eol=lf
3+
*.pyx text=auto eol=lf
4+
*.cpp text=auto eol=lf
5+
*.h text=auto eol=lf
6+
*.rst text=auto eol=lf
7+
*.txt text=auto eol=lf
8+
*.yml text=auto eol=lf
9+
*.md text=auto eol=lf
10+

0 commit comments

Comments
 (0)