summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 81303cc6ceb29f51690cf518c19252ee097783b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Prevent automatic newline conversion to CRLF by
# the default Git setup on Windows because
# SBCL can't load such files when Return is embedded
# in format directives. https://bugs.launchpad.net/sbcl/+bug/720517.
# (some of our code includes newlins in format directives, like
# the +default-cipher-list+ constant definition.
#
# And it general, I don't like any magic conversions. Better
# to work with files as they are.

* -text