Skip to content

Commit

Permalink
Normalize all .bat line endings to CRLF.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseDurand authored and daschuer committed Jan 30, 2023
1 parent d02fdc0 commit 9ac062a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@

# shell scripts will always have LF line endings on checkout.
*.sh text eol=lf

# Windows batch scripts will always have CRLF line endings.
*.bat text eol=crlf

0 comments on commit 9ac062a

Please sign in to comment.