Files
dotfiles/.gitattributes
T
2026-07-07 18:28:35 -05:00

13 lines
249 B
Plaintext

# Ensure shell scripts always use LF line endings
*.sh text eol=lf
*.sh.tmpl text eol=lf
# PowerShell scripts use CRLF on Windows
*.ps1 text eol=crlf
*.ps1.tmpl text eol=crlf
# JSON and TOML — platform native
*.json text
*.toml text
*.tmpl text