Skip to content

Commit

Permalink
build: Fix line endings for Windows check-out (datahub-project#4370)
Browse files Browse the repository at this point in the history
To avoid the need for dos2unix when checking out the repo on Windows.

See: https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
  • Loading branch information
mattmatravers authored Mar 16, 2022
1 parent 9025bfb commit ca4de4d
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 @@
*.sh text eol=lf
gradlew text eol=lf
metadata-utils/src/test/resources/filterQuery/* text eol=lf

0 comments on commit ca4de4d

Please sign in to comment.