otwarchive-symphonyarchive/.gitattributes
2026-03-11 22:22:11 +00:00

6 lines
262 B
Text

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Bash scripts needs to have LF line endings, even on Windows
*.sh text eol=lf
# /usr/local/bin/ruby: warning: shebang line ending with \r may cause problems
/bin/* text eol=lf