Files
docupulse/.gitattributes
2025-06-04 08:03:06 +02:00

9 lines
239 B
Plaintext

# Set default behavior to automatically normalize line endings
* text=auto
# Force bash scripts to always use LF line endings
*.sh text eol=lf
# Force batch scripts to always use CRLF line endings
*.bat text eol=crlf
*.cmd text eol=crlf