Skip to content

Commit ce02079

Browse files
committed
Merge pull request bbatsov#73 from dannypurcell/auto-crlf-fix
Removes excess indentation around git config autocrlf line
2 parents c3c544d + 1a6bde0 commit ce02079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ You can generate a PDF or an HTML copy of this guide using
158158
configuration setting to protect your project from Windows line
159159
endings creeping in:
160160

161-
```bash
162-
$ git config --global core.autocrlf true
163-
```
161+
```
162+
bash$ git config --global core.autocrlf true
163+
```
164164

165165
* If any text precedes an opening bracket(`(`, `{` and
166166
`[`) or follows a closing bracket(`)`, `}` and `]`), separate that

0 commit comments

Comments
 (0)