summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGeert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com>2021-11-15 15:58:04 +0100
committerGitHub <noreply@github.com>2021-11-15 09:58:04 -0500
commit58e7b290dccbf06abb882daf2ae2b4c1df96f73f (patch)
tree5a404da1b79629758195dd5c3bb103fe30bddaa9 /.gitattributes
parentdd91ecef502456ba39495d8e178f8101a87c0e34 (diff)
fix(test): support typechecking docs with CRLF line endings (#12748)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
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