Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Normalize line endings on commit; let Git pick per-platform on checkout.
* text=auto

# Shell scripts must keep LF endings on every platform. A CRLF checkout on
# Windows turns the `#!/usr/bin/env bash` shebang into `bash\r`, which the
# kernel then fails to resolve ("/usr/bin/env: 'bash\r': No such file...").
*.sh text eol=lf
Loading