mirror of
https://github.com/logos-co/logos-basecamp.git
synced 2026-08-27 06:41:14 +00:00
chore: fix stale text=auto comment — rules are explicit text on .nix/.sh (per @jzaki review)
This commit is contained in:
committed by
Khushboo-dev-cpp
parent
3e3dc894b9
commit
e39cd4060c
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user