silnrsi / grcompiler

The SIL Graphite compiler builds a Graphite enabled font from a smart font description
http://graphite.sil.org
Other
7 stars 3 forks source link

Source files contain mixed line endings #13

Closed hughmcmaster closed 5 years ago

hughmcmaster commented 5 years ago

The source files in the repository contain mixed line endings, e.g. LF or CR+LF.

While the Windows-specific files should use CR+LF, the other files should use LF.

This issue particularly affects test/GrcRegressionTest/configure.ac, which I am trying to patch using Debian Linux. Unfortunately, the patching process fails due to the line endings (it expects LF, not CR+LF).

Please at least convert test/GrcRegressionTest/configure.ac to LF (Linux/macOS) line endings.

Thank you

sharoncorrell commented 5 years ago

Done.