Files
archived-ATCS/.gitattributes
OMGeeky cd78ee3ad0 Add .gitattributes to normalize line endings and enforce LF for bash scripts
(cherry picked from commit a71e8fe0a40bae529e818d559eccfd2897509255)
2025-02-18 23:29:00 +01:00

6 lines
238 B
Plaintext

# Set default behavior to automatically normalize line endings.
* text=auto
# Force bash scripts to always use LF line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.sh text eol=lf