ollama/.gitattributes
Nicholas Schwab d4e6407464 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).
2024-08-09 23:14:13 +02:00

3 lines
64 B
Text

llm/ext_server/* linguist-vendored
* text=auto
*.go text eol=lf