Browse Source

build: force lf endings for lock and DEPS

Samuel Attard 6 months ago
parent
commit
3c85204883
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

@@ -1,6 +1,8 @@
 # `git apply` and friends don't understand CRLF, even on windows. Force those
 # files to be checked out with LF endings even if core.autocrlf is true.
 *.patch text eol=lf
+DEPS text eol=lf
+yarn.lock text eol=lf
 patches/**/.patches merge=union
 
 # Source code and markdown files should always use LF as line ending.