From 8929153f16c841cfd6269f511d4c0b65ba5d1965 Mon Sep 17 00:00:00 2001 From: Pavel Savara Date: Mon, 6 Dec 2021 10:34:16 +0100 Subject: force versioned dotnet.d.ts to always have unix style end of line (#62418) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index b4e3bcd0745..a25b1f94d6e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -75,3 +75,4 @@ src/tests/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp- src/tests/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-input25000.txt text eol=lf src/tests/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input.txt text eol=lf src/tests/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input-big.txt text eol=lf +src/mono/wasm/runtime/dotnet.d.ts text eol=lf -- cgit v1.2.3