Skip to content

Commit 86426d4

Browse files
committed
chore: set lf eol for yaml files
Ref: nodejs#48422
1 parent c8e6fcf commit 86426d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ deps/npm/bin/npm text eol=lf
44
deps/npm/bin/npx text eol=lf
55
deps/corepack/shims/corepack text eol=lf
66
tools/msvs/find_python.cmd text eol=crlf
7+
*.yaml text eol=lf

.yamllint.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ rules:
3131

3232
line-length: disable
3333

34-
new-lines: disable
35-
3634
quoted-strings:
3735
quote-type: single
3836
required: only-when-needed

0 commit comments

Comments
 (0)