Closed awful-b closed 8 years ago
Problem description Resulting diff has different line endings on Windows (\r\n and \n). There are two main reasons why it should be fixed:
Solution Replace all usages of '\n' with System.getProperty("line.separator").
Merged. Thank you.
Thank you for sharing your tool :)
Problem description Resulting diff has different line endings on Windows (\r\n and \n). There are two main reasons why it should be fixed:
Solution Replace all usages of '\n' with System.getProperty("line.separator").