From 99af9d775c97341a84b9f4d22296cc3a76f8de61 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Thu, 20 Nov 2025 20:33:04 -0800 Subject: [PATCH] Update wpiformat config filename in .gitattributes (#8406) --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index a0d1891c68..059245fa10 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,8 @@ *.adoc text eol=lf *.c text eol=lf -*.cmake text eol=lf *.clang-format text eol=lf *.clang-tidy text eol=lf +*.cmake text eol=lf *.cpp text eol=lf *.gradle text eol=lf *.groovy text eol=lf @@ -20,8 +20,9 @@ *.plist text eol=lf *.proto text eol=lf *.py text eol=lf -*.styleguide text eol=lf *.txt text eol=lf +*.wpiformat text eol=lf +*.wpiformat-license text eol=lf *.xml text eol=lf *.yaml text eol=lf *.yml text eol=lf