15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
# Ensure shell scripts always use LF line endings
|
|
*.sh text eol=lf
|
|
# Go files should use LF
|
|
*.go text eol=lf
|
|
# Markdown files should use LF
|
|
*.md text eol=lf
|
|
# YAML files should use LF
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
# JSON files should use LF
|
|
*.json text eol=lf
|
|
# Default behavior for text files
|
|
* text=auto
|
|
vendor/whisper/ggml-base.bin filter=lfs diff=lfs merge=lfs -text
|