From 58e7b290dccbf06abb882daf2ae2b4c1df96f73f Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:58:04 +0100 Subject: fix(test): support typechecking docs with CRLF line endings (#12748) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 08ef3b672..1ae3e6d8e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,3 +12,6 @@ # Doesn't include them in the language statistics. /cli/tsc/00_typescript.js linguist-vendored /cli/dts/* linguist-vendored + +# Keep Windows line endings in cross-platform doc check test file +/cli/tests/testdata/test/markdown_windows.md eol=crlf -- cgit v1.2.3