Skip to content

Commit

Permalink
Git / Checkout unix shell scripts with lf on windows system. (geonetw…
Browse files Browse the repository at this point in the history
…ork#6669)

* Checkout unix shell scripts with lf on windows system.

* Change '* text eol=lf' to '* text eol=lf' based on review as it seems like the former could change binary files.
Remove other text eol=lf as they are covered by the other change.
  • Loading branch information
ianwallen authored Dec 7, 2022
1 parent 2fe2821 commit 89b5914
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto detect text files and perform LF normalization
* text eol=lf
* text=auto eol=lf

# Standard to msysgit
*.doc diff=astextplain
Expand Down Expand Up @@ -33,4 +33,3 @@
*.eot binary
*.woff binary

*.xsd text eol=lf

0 comments on commit 89b5914

Please sign in to comment.