Skip to content

Commit bb6c215

Browse files
committed
Add .gitattributes: Ensure Unix line endings for text files
On Windows, Git may be configured to checkout LF line endings as CRLF, but this breaks shell scripts.
1 parent 10da78f commit bb6c215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

0 commit comments

Comments
 (0)