From b5cb2b48d17d114eece4c1bec2e1126eade5d2af Mon Sep 17 00:00:00 2001 From: Valery Kharseko <vharseko@3a-systems.ru> Date: Sat, 05 Sep 2026 18:27:43 +0000 Subject: [PATCH] Modernize the Windows MSI: WiX v5, x64, upgrade from 5.1.x (#701) --- .gitattributes | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitattributes b/.gitattributes index e195b51..849c1c0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,8 @@ +# WiX sources must stay LF so the WiX toolset parses them consistently across runners. +*.wxs text eol=lf +# The checked-in Windows launcher/service binaries are actively maintained: never diff, +# merge or eol-convert them. +*.exe binary # Keep HTML checked out with LF on all platforms so javadoc doclint # (JDK 25/26) does not treat CR (from CRLF) as part of a multi-line tag name. *.html text eol=lf -- Gitblit v1.10.0