On 20.08.2022 00:57, Vincent Lefevre wrote:
A minor issue I had found during my checks for the URL update:
[...]
Shouldn't build/generator/templates/vcnet_vsprops.ezt have
svn:eol-style set to native so that it doesn't get CRLF
line terminators under Unix?
Similarly, .bat files have inconsistent svn:eol-style properties:
Actually no, both should have CRLF line endings enforced. .bat files
certainly should, at least once upon a time they would otherwise be
invalid on Windows. For the .vcproj etc (XML) files, I'm not sure
whether VisualStudio still cares, but the .properties, IIRC are treated
differently?
-- Brane