Skip to content

Commit 2ee2fea

Browse files
Added .gitattributes file to normalize EOL's for Windows OS.
1 parent c52249d commit 2ee2fea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Ensure these specific files always have a CRLF line ending.
5+
*.bat text eol=crlf
6+
*.ini text eol=crlf
7+
*.txt text eol=crlf

0 commit comments

Comments
 (0)