chore: fix stale text=auto comment — rules are explicit text on .nix/.sh (per @jzaki review)

This commit is contained in:
Alisher
2026-07-29 15:49:15 +00:00
committed by Khushboo-dev-cpp
parent 3e3dc894b9
commit e39cd4060c
+1 -1
View File
@@ -1,5 +1,5 @@
# Enforce LF line endings on checkout so Windows/WSL clones don't introduce CRLF
# into build inputs. A CRLF `nix/*.nix` breaks the configurePhase shell scripts
# (logos-co/logos-basecamp#288). `text=auto` leaves binary files untouched.
# (logos-co/logos-basecamp#288). Scoped to `.nix`/`.sh` (known text) so binaries stay untouched.
*.nix text eol=lf
*.sh text eol=lf