mirror of
https://github.com/ollama/ollama.git
synced 2025-09-01 08:01:22 +02:00
Restrict text files with explicit line feeds to *.go.
This partially reverts b732beba6a
. It
seems like explicitly setting all files to use line feeds was done due
to issues with the go linter, hence it can be restricted to those files
(https://github.com/ollama/ollama/pull/6235#issuecomment-2278745953).
This commit is contained in:
6
.gitattributes
vendored
6
.gitattributes
vendored
@@ -1,5 +1,3 @@
|
|||||||
llm/ext_server/* linguist-vendored
|
llm/ext_server/* linguist-vendored
|
||||||
* text eol=lf
|
* text=auto
|
||||||
*.png binary
|
*.go text eol=lf
|
||||||
*.ico binary
|
|
||||||
*.icns binary
|
|
||||||
|
Reference in New Issue
Block a user