Skip to content

Commit

Permalink
avoid crlf issues with copybara
Browse files Browse the repository at this point in the history
Depending on what crlf configs are set in the env, copybara may fail to run git commands.
This should ensure that git chooses what matches its env.

Bug: NA
Test: NA
Change-Id: I0da43c98330d6dfe61e26268be92ea3794e38523
GitOrigin-RevId: 4e5f7c1a8826fcfd181d926a1060c0050058b651
  • Loading branch information
mrahs committed Aug 16, 2024
1 parent c07af0d commit 64adab0
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
@@ -0,0 +1,3 @@
*win.cfg text=auto
*win.sh text=auto
*.bat text=auto

0 comments on commit 64adab0

Please sign in to comment.