Skip to content

Commit

Permalink
Fix line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
gredler committed Feb 28, 2024
1 parent 148095f commit 41dd7fb
Show file tree
Hide file tree
Showing 38 changed files with 17,670 additions and 17,651 deletions.
20 changes: 19 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
**/*.properties text
# See: https://stackoverflow.com/questions/170961/whats-the-strategy-for-handling-crlf-carriage-return-line-feed-with-git
# See: https://stackoverflow.com/questions/42667996/enforce-core-autocrlf-input-through-gitattributes

* text=auto

*.md text
*.xml text
*.svg text
*.eps text
*.seed text
*.form text
*.java text diff=java
*.gradle text diff=java
*.properties text

gradlew text eol=lf
gradlew.bat text eol=crlf

*.png binary
*.ttf binary
Loading

0 comments on commit 41dd7fb

Please sign in to comment.