Skip to content

Commit

Permalink
Merge pull request #969 from thompsonmj/main
Browse files Browse the repository at this point in the history
Fix Windows CRLF configuration recommendation to auto.
  • Loading branch information
kekoziar committed Sep 11, 2023
2 parents db7bccd + e05b613 commit 245a640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/02-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $ git config --global core.autocrlf input
And on Windows:

```bash
$ git config --global core.autocrlf false
$ git config --global core.autocrlf true
```

::::::::::::::::::::::::::::::::::::::::::::::::::
Expand Down

0 comments on commit 245a640

Please sign in to comment.