# This code is destined for a Linux box (stage 2). core.autocrlf is true on the # build machine, so without this a clone would check every script out as CRLF — # a CRLF shebang does not run, and box-vs-repo md5 goes red on files that never # drifted. Same trap the engine repo hit on 2026-07-29. *.sh text eol=lf *.py text eol=lf *.toml text eol=lf *.txt text eol=lf *.service text eol=lf *.timer text eol=lf