# Check every text file out with LF, on every platform.
#
# This is not cosmetic here. Two things in this repo are line-ending
# sensitive and fail in confusing ways under a CRLF checkout:
#   * the manifest fixtures, which the macro's output is compared against
#     byte for byte;
#   * Lisp format strings, where a ~ at end of line is a line-continuation
#     directive that does not recognise CR and signals FORMAT-ERROR.
* text=auto eol=lf

*.sexp text eol=lf
*.sh text eol=lf
