# Shell scripts must keep LF line endings so they run on Linux/macOS CI and # local shells regardless of the committer's platform autocrlf setting. *.sh text eol=lf # The cbindgen-generated C header is committed; pin it to LF so its CI drift # check (regenerate + `git diff`) never trips on a CRLF normalization. bindings/c/include/wickra.h text eol=lf # C# sources (including the generated binding) are pinned to LF so the committed # files stay stable regardless of the committer's autocrlf setting. *.cs text eol=lf