📝 document autocrlf needs to be off

otherwise people will get test failures which are not immediately obvious
This commit is contained in:
Basarat Ali Syed 2015-05-13 09:17:39 +10:00
parent 300cb8d9f2
commit 1d0bde0476

View file

@ -29,7 +29,7 @@ There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob
## Building
In order to build the TypeScript compiler, ensure that you have [Git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/) installed.
In order to build the TypeScript compiler, ensure that you have [Git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/) installed. Note that you need to have autocrlf off as we track whitespace changes (`git config --global core.autocrlf false`).
Clone a copy of the repo: