Skip to content

Commit a4f9709

Browse files
committed
fix(git): fix line feed with .gitattributes
Signed-off-by: Yiyang Wu <[email protected]>
1 parent c3d73e0 commit a4f9709

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* text=auto
2+
3+
*.sh text eol=lf
4+
*.obj binary
5+
*.dbg.obj binary

0 commit comments

Comments
 (0)