# `docs/docker-support.md` is generated by `ci/gen_docker_support.py`, and a test asserts
# the committed file matches a fresh render byte for byte. That guard is what stops the
# doc drifting from `frontdoor.VERBS` when someone adds a verb.
#
# The renderer emits LF. A contributor with `core.autocrlf=true` -- Git for Windows'
# recommended setting -- would check the file out as CRLF and fail that test for a reason
# that has nothing to do with their change. Pinning the checkout eol keeps the comparison
# about content instead of about whose git is configured how.
docs/docker-support.md text eol=lf
