mirror of
https://github.com/Atinoda/text-generation-webui-docker
synced 2024-11-11 13:11:20 +00:00
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
*.txt text=auto
|
|
|
|
# Set line endings to LF, even on Windows. Otherwise, execution within Docker fails.
|
|
# See https://help.github.com/articles/dealing-with-line-endings/
|
|
*.sh text eol=lf
|