Skip to content

Commit cb13621

Browse files
committed
README: Remove note about Windows line endings
We now use .gitattributes to control line endings. Ref jquerygh-493
1 parent 694ad0d commit cb13621

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ As this site is part of the jQuery network of sites, its presentation is control
4646
3. Edit config.json to use the username and password for your local WordPress network
4747
4. `grunt`
4848

49-
*Windows note: Line endings need to be Unix-style (line-feed only). Make sure your text editor creates new files with Unix-style line endings. In addition, the following setting to your git config will keep the Unix-style line endings when pulling from the repository.*
50-
5149
```
5250
$ git config --global core.autocrlf true
5351
```

0 commit comments

Comments
 (0)