We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4058518 commit a65496fCopy full SHA for a65496f
CONTRIBUTING.md
@@ -26,6 +26,7 @@ Your pull request should:
26
* Include baseline changes with your change
27
* All changed code must have 100% code coverage
28
* Follow the code conventions descriped in [Coding guidlines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidlines)
29
+* To avoid line ending issues, set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration
30
31
## Running the Tests
32
To run all tests, invoke the runtests target using jake:
0 commit comments