Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: Fix superfluous reggae re-runs due to newline diff
The problem with multi-line string literals (used here as file contents, e.g., for buildgen_main.d) is that they inherit the newline of the source file. And on Windows, this is governed by git's autocrlf setting; `\n` being converted to `\r\n` is the default setting AFAIK.
- Loading branch information