Commit d4e64074 authored by Nicholas Schwab's avatar Nicholas Schwab
Browse files

Restrict text files with explicit line feeds to *.go.

This partially reverts b732beba. 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).
parent 67472e0e
llm/ext_server/* linguist-vendored
* text eol=lf
*.png binary
*.ico binary
*.icns binary
* text=auto
*.go text eol=lf
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment