Open tenzap opened 1 year ago
As the name suggests, the file is intentionally using non-native file endings.
Note that even adding the path to .gitignore doesn't block reuse from parsing it (and showing above warning). Is this worth a separate bug?
This file has mac line endings (CR line terminator)
https://raw.githubusercontent.com/qt/qtbase/dev/tests/auto/tools/moc/os9-newlines.h
reuse fails parsing it
If I run mac2unix on it, then afterwards reuse will work correctly.