Skip to content

Commit

Permalink
feat: updating git line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfyifanchen committed Dec 25, 2024
1 parent 38cc800 commit 55e0ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Treat all text files as text and normalize to LF in the repository
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Force LF for shell scripts or config files
*.sh text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.config text eol=lf

0 comments on commit 55e0ef7

Please sign in to comment.