|
* 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.
|