Skip to content

Commit cae1792

Browse files
authored
Merge pull request #19 from ChBrain/fix/hook-line-endings
fix: ensure hook files use LF line endings for cross-platform compatibility
2 parents 6d82bdc + 11f59ec commit cae1792

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*.py text eol=lf
77
*.sh text eol=lf
88

9+
# Git hooks (Python scripts - must have LF line endings for cross-platform compatibility)
10+
.githooks/pre-commit text eol=lf
11+
912
# Binary assets (none today, but pin the convention).
1013
*.png binary
1114
*.jpg binary

.validation-stamp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ed4ecf78ef92adb06d21c71e6bdfb875a8f31a9e
1+
6611da2a0263396026e7ecf9223c250af8c6d29c

0 commit comments

Comments
 (0)