aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
AgeCommit message (Collapse)AuthorFilesLines
2022-11-20added .gitattributes to disable automatic EOL transformations by GitRobin Haberkorn1-0/+4
* These caused problems on Windows where it would check out Groff *.tmac files with CRLF linefeeds, causing lots of bogus warnings in the CI build logs. * Who knows what kinds of problems this could cause with SciTECO macros (*.tes). * In general, there is no reason not to use exactly the linefeeds committed into the repository, so most files should be checked out with LF even on Windows. It may be necessary to use CRLF on Windows-only files, but even sciteco.rc currently works with Unix linebreaks.