Skip to content

Commit

Permalink
Use CRLF for form files
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 committed Mar 12, 2025
1 parent 7284918 commit 79db8ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
* text=auto eol=lf

# Explicitly set Java files to use CRLF
*.java text eol=crlf
*.java text eol=crlf
*.form text eol=crlf

0 comments on commit 79db8ae

Please sign in to comment.