# Force LF on shell scripts and Docker-related files so Windows checkouts # don't ship CRLF into Linux containers (the container would fail to exec # a `#!/bin/sh\r` shebang). *.sh text eol=lf Dockerfile text eol=lf docker-entrypoint.sh text eol=lf docker/Caddyfile text eol=lf docker/crontab.* text eol=lf # Generated taxonomy registry is compared byte-for-byte by `npm run # taxonomy:check` (CI); keep LF on Windows checkouts so the local check # matches what the generator writes. lib/bokslut/ixbrl/taxonomy/generated/*.json text eol=lf linguist-generated=true