Skip to content

Commit

Permalink
🐛 fix: Enforce LF style line endings for gradlew files
Browse files Browse the repository at this point in the history
  • Loading branch information
W3D3 committed Jul 4, 2023
1 parent 88243e7 commit 560213f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto encoding=UTF-8
*.sh text eol=lf

*.sh text eol=lf
gradlew text eol=lf

0 comments on commit 560213f

Please sign in to comment.