Skip to content

Commit 44fc03f

Browse files
rnveachromani
authored andcommitted
config: add fix for line endings from main repo
1 parent 4f448cd commit 44fc03f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# All files default to text with LF eol
2+
* eol=lf
3+
4+
# Windows files always have CRLF eol
5+
*.bat eol=crlf
6+
7+
# Binary files need to be listed explicitly as first rule makes all files text files
8+
*.gif binary
9+
*.ico binary
10+
*.jpeg binary
11+
*.jpg binary
12+
*.png binary

0 commit comments

Comments
 (0)