# One line ending everywhere, in the index and in the working tree, whatever platform a file was
# written on. Without this a checkout on Windows stores CRLF, which makes the next touch of any
# such file a whole-file rewrite that loses the blame, gives `R CMD check` a CRLF note on the C++
# sources, and turns regenerating `inst/spec/fixtures/` on another platform into a diff of every
# byte of a megabyte of readings rather than of the digests that moved.
* text=auto eol=lf
