From 3eb35baf7f47b1048660e36d9a2d1125a8cb62ed Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:11:37 -0400 Subject: [PATCH] Don't perform any EOL conversions on VBA files --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 392f275..e67f259 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,10 @@ # Set the default behavior, in case people don't have core.autocrlf set. * text=auto -# Declare files that will always have CRLF line endings on checkout. -*.cls text eol=crlf -*.frm text eol=crlf -*.bas text eol=crlf +# Don't perform any EOL conversions on VBA files to preserve CRLF from the VBE. +*.cls -text +*.frm -text +*.bas -text # Denote all files that are truly binary and should not be modified. *.frx binary