From 94574c485ac7f478588c441b98433140b804bbab Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:27:03 -0700 Subject: [PATCH] exlude line ending enforcement for external dir --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index f58a91a..c275102 100644 --- a/.gitattributes +++ b/.gitattributes @@ -40,3 +40,7 @@ Dockerfile text eol=lf *.o binary *.obj binary *.pdb binary + +# Vendored code is stored and checked out byte-for-byte as upstream ships it, +# so re-importing a library never produces line-ending-only diffs. +src/spice2x/external/** -text