Skip to content

Commit 281f8cf

Browse files
authored
MAINT: add gitattribute to make all line endings LF (numpy#31610)
1 parent f92976f commit 281f8cf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# We want all text files to be /n
2+
# Specific settings below this can still override it
3+
# e.g.
4+
# *.bat text eol=crlf
5+
* text=auto eol=lf
6+
17
# Highlight our custom templating language as C, since it's hopefully better
28
# than nothing. This also affects repo statistics.
39
*.c.src text linguist-language=C

0 commit comments

Comments
 (0)