From 86426d442a4e8195ecf3e0ca8f46899c33ad8484 Mon Sep 17 00:00:00 2001 From: lutaok Date: Fri, 15 Sep 2023 20:35:27 +0200 Subject: [PATCH] chore: set lf eol for yaml files Ref: #48422 --- .gitattributes | 1 + .yamllint.yaml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 82563e5d2fc91b..d65e1bdf078a0e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ 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 diff --git a/.yamllint.yaml b/.yamllint.yaml index 8674fc78aa9bc8..c8e63ec722006e 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -31,8 +31,6 @@ rules: line-length: disable - new-lines: disable - quoted-strings: quote-type: single required: only-when-needed