Skip to content

Commit

Permalink
Update cmd and batch scripts to be crlf (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Jan 7, 2020
1 parent 79a684b commit facfb96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
*.in text eol=lf
*.sh text eol=lf

*.cs text=auto diff=csharp
# Likewise, force cmd and batch scripts to always use crlf
*.cmd text eol=crlf
*.bat text eol=crlf

*.cs text=auto diff=csharp
*.vb text=auto
*.resx text=auto
*.c text=auto
Expand Down

0 comments on commit facfb96

Please sign in to comment.