AstrAI/.gitattributes

13 lines
242 B
Plaintext

# Auto detect text files
* text=auto
# Files that MUST use LF (Unix/Linux execution)
*.sh text eol=lf
Dockerfile text eol=lf
.dockerignore text eol=lf
# Windows scripts - use CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf