Skip to content

Commit feffd4a

Browse files
committed
enforce unix line endings to fix a bug with Python 2 on Linux
1 parent 81677b9 commit feffd4a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitattributes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@
1818

1919
# Custom for this project
2020
*.bat eol=crlf
21-
*.txt eol=crlf
21+
*.txt eol=crlf
22+
23+
# Fix an issue with Python 2 on Linux
24+
tcod/libtcod_cdef.h eol=lf

0 commit comments

Comments
 (0)