Skip to content

Commit

Permalink
Update git attributes for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Jul 5, 2024
1 parent d604598 commit e4235af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf

# These are Windows script files and should use crlf
*.bat text eol=crlf

# Ensure all Java files use LF.
*.java eol=lf

0 comments on commit e4235af

Please sign in to comment.