Update wpiformat config filename in .gitattributes (#8406)

This commit is contained in:
Tyler Veness
2025-11-20 20:33:04 -08:00
committed by GitHub
parent fbabcc2022
commit 99af9d775c

5
.gitattributes vendored
View File

@@ -1,8 +1,8 @@
*.adoc text eol=lf *.adoc text eol=lf
*.c text eol=lf *.c text eol=lf
*.cmake text eol=lf
*.clang-format text eol=lf *.clang-format text eol=lf
*.clang-tidy text eol=lf *.clang-tidy text eol=lf
*.cmake text eol=lf
*.cpp text eol=lf *.cpp text eol=lf
*.gradle text eol=lf *.gradle text eol=lf
*.groovy text eol=lf *.groovy text eol=lf
@@ -20,8 +20,9 @@
*.plist text eol=lf *.plist text eol=lf
*.proto text eol=lf *.proto text eol=lf
*.py text eol=lf *.py text eol=lf
*.styleguide text eol=lf
*.txt text eol=lf *.txt text eol=lf
*.wpiformat text eol=lf
*.wpiformat-license text eol=lf
*.xml text eol=lf *.xml text eol=lf
*.yaml text eol=lf *.yaml text eol=lf
*.yml text eol=lf *.yml text eol=lf