Skip to content

Commit

Permalink
Fix EOLN settings so devcontainer works on Windows (#1719)
Browse files Browse the repository at this point in the history
Co-authored-by: George Pollard <gpollard@microsoft.com>
  • Loading branch information
theunrepentantgeek and Porges authored Aug 18, 2021
1 parent 6652fb1 commit 315fe4d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*.sh text eol=LF
Makefile text eol=LF
*.sh text eol=lf
*.py text eol=lf
*.golden eol=lf
Makefile text eol=lf
Taskfile.{yml,yaml} text eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf

0 comments on commit 315fe4d

Please sign in to comment.