Skip to content

Commit

Permalink
Fix .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
fridrich authored and remkop committed Dec 9, 2024
1 parent 2ddfdae commit 113b5c1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.adoc text
*.css text
*.gradle text
*.groovy text
*.java text
*.js text
*.md text
*.properties text
*.txt text
*.yml text
*.html text
*.adoc text eol=lf
*.css text eol=lf
*.gradle text eol=lf
*.groovy text eol=lf
*.java text eol=lf
*.js text eol=lf
*.md text eol=lf
*.properties text eol=lf
*.txt text eol=lf
*.yml text eol=lf
*.html text eol=lf

# These files are text and must be normalized to lf
gradlew text eol=lf
Expand Down

0 comments on commit 113b5c1

Please sign in to comment.