mirror of
https://github.com/logos-co/logos-basecamp.git
synced 2026-08-27 06:41:14 +00:00
6 lines
295 B
Plaintext
6 lines
295 B
Plaintext
# 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). Scoped to `.nix`/`.sh` (known text) so binaries stay untouched.
|
|
*.nix text eol=lf
|
|
*.sh text eol=lf
|