Commit Graph

4 Commits

Author SHA1 Message Date
Edward Thomson
a46c426598 gitattributes: .sh files are always Unixy
Always checkout out shell scripts with Unix-style line endings. mingw
doesn't mind, but cygwin struggles without CRLF.
2023-12-18 21:02:46 +00:00
Edward Thomson
50f536222b meta: tell "linguist" that the test resources are vendored
Our test resources shouldn't count toward our language statistics.  We
have some PHP checked in to the test resources, but I assure you that we
do not have any production code in PHP and we shouldn't be blamed for
the test data.
2021-01-22 11:22:53 +00:00
Edward Thomson
f284e72946 gitattributes: let clients use native line endings
Use "text=auto" to ensure that we get LFs in the repository, but
let clients have their native line endings in their worktree.
2015-06-10 12:24:06 -04:00
kelly.leahy
560cd27ef3 Add git attributes settings for *.c and *.h to force line endings to LF. 2011-05-08 12:30:16 -07:00