From 493af9dcdbf8500c8fcb41adff731526dd61e614 Mon Sep 17 00:00:00 2001 From: lutaok Date: Fri, 15 Sep 2023 21:21:58 +0200 Subject: [PATCH] chore: add yml extension --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d65e1bdf078a0e..b44ac5116ba5a1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,5 @@ deps/npm/bin/npm text eol=lf deps/npm/bin/npx text eol=lf deps/corepack/shims/corepack text eol=lf tools/msvs/find_python.cmd text eol=crlf -*.yaml text eol=lf \ No newline at end of file +*.yaml text eol=lf +*.yml text eol=lf \ No newline at end of file