diff options
| author | Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> | 2021-11-15 15:58:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 09:58:04 -0500 |
| commit | 58e7b290dccbf06abb882daf2ae2b4c1df96f73f (patch) | |
| tree | 5a404da1b79629758195dd5c3bb103fe30bddaa9 /.dprint.json | |
| parent | dd91ecef502456ba39495d8e178f8101a87c0e34 (diff) | |
fix(test): support typechecking docs with CRLF line endings (#12748)
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dprint.json b/.dprint.json index da4351d2c..b9955f135 100644 --- a/.dprint.json +++ b/.dprint.json @@ -25,6 +25,7 @@ "cli/tests/testdata/badly_formatted.json", "cli/tests/testdata/byte_order_mark.ts", "cli/tests/testdata/fmt/*", + "cli/tests/testdata/test/markdown_windows.md", "cli/tsc/*typescript.js", "test_util/std", "test_util/wpt", |
