Skip to content

Commit eb9b542

Browse files
author
Greg Van Liew
committed
2 parents f7130e9 + 09b9ec4 commit eb9b542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/remote/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Next, you can prevent others from facing this issue, regardless of their setting
297297
For example, the `.gitattributes` settings below will force everything to be LF, except for Windows batch files that require CRLF:
298298

299299
```yaml
300-
*.* text eol=lf
300+
* text=auto eol=lf
301301
*.{cmd,[cC][mM][dD]} text eol=crlf
302302
*.{bat,[bB][aA][tT]} text eol=crlf
303303
```
@@ -577,7 +577,7 @@ Next, you can prevent others from facing this issue, regardless of their setting
577577
For example, the `.gitattributes` settings below will force everything to be LF, except for Windows batch files that require CRLF:
578578

579579
```yaml
580-
*.* text eol=lf
580+
* text=auto eol=lf
581581
*.{cmd,[cC][mM][dD]} text eol=crlf
582582
*.{bat,[bB][aA][tT]} text eol=crlf
583583
```

0 commit comments

Comments
 (0)