Browse Source

Merge pull request #6235 from Nicholas42/fix_line_endings

Set *.png and *.ico to be treated as binary files.
Michael Yang 9 tháng trước cách đây
mục cha
commit
97fae2df95
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .gitattributes

+ 2 - 1
.gitattributes

@@ -1,2 +1,3 @@
 llm/ext_server/* linguist-vendored
-* text eol=lf
+* text=auto
+*.go text eol=lf