Files
keywarden/.gitattributes
Patrick Asmus (scriptos) f893d26791
All checks were successful
PR Tests / Lint, Build & Test (pull_request) Successful in 5m30s
Security Scan / Go Vulnerability Check (pull_request) Successful in 4m47s
fix: enforce LF line endings for shell scripts (.gitattributes)
2026-04-05 22:17:51 +02:00

5 lines
138 B
Plaintext

# Ensure shell scripts always have Unix line endings (LF),
# even when checked out on Windows.
*.sh text eol=lf
entrypoint.sh text eol=lf