8000 Merge pull request #3139 from basarat/patch-1 · myrtleTree33/TypeScript@0d5653e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d5653e

Browse files
committed
Merge pull request microsoft#3139 from basarat/patch-1
📝 document autocrlf needs to be off
2 parents ccd330e + 1d0bde0 commit 0d5653e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob
2929

3030
## Building
3131

32-
In order to build the TypeScript compiler, ensure that you have [Git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/) installed.
32+
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`).
3333

3434
Clone a copy of the repo:
3535

0 commit comments

Comments
 (0)
0