From 7a6d081996c6803a198c26a292aadc306bf884b2 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Mon, 15 Jun 2026 14:30:56 -0500 Subject: [PATCH] Ensure spelling action files use LF for github runner --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 36e0b0c7cb..4750a5fe48 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,6 @@ # Patch files must stay LF - git apply matches content lines against the target source # tree, which vcpkg manages as LF internally *.patch text eol=lf + +# Spelling action inputs must stay LF +{allow.txt,excludes.txt,patterns.txt,expect.txt} text eol=lf