exlude line ending enforcement for external dir

This commit is contained in:
bicarus-dev
2026-08-16 21:27:03 -07:00
parent f857926ec3
commit 94574c485a
+4
View File
@@ -40,3 +40,7 @@ Dockerfile text eol=lf
*.o binary *.o binary
*.obj binary *.obj binary
*.pdb 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