Skip to content

Commit

Permalink
fix: keep windows-style line endings for .bat files
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed May 5, 2023
1 parent bbde478 commit 67549ff
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 @@ -2,3 +2,6 @@

# All files are checked into the repo with LF
* text=auto

# These files are checked out using CRLF locally
*.bat eol=crlf

0 comments on commit 67549ff

Please sign in to comment.