From 4e4cc81e20f21ae1deb899c3983ec5ab020e6240 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Thu, 9 Jul 2026 16:49:17 -0400 Subject: [PATCH] .sync: Use LF line endings for stderr files This was already checked into Patina in: https://github.com/OpenDevicePartnership/patina/commit/7af94302101212117cad9ec1614ba179b1488fe6 It is added to patina-devops here so it will be included in the file sync. Signed-off-by: Michael Kubacki --- .sync/git/gitattributes_template.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.sync/git/gitattributes_template.txt b/.sync/git/gitattributes_template.txt index 6254495..a1dd894 100644 --- a/.sync/git/gitattributes_template.txt +++ b/.sync/git/gitattributes_template.txt @@ -1 +1,2 @@ * -text +*.stderr text=auto eol=lf