Skip to content

Commit

Permalink
Remove automatic line-ending management
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Alpha committed May 21, 2024
1 parent 3a87170 commit 70f8c91
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# This is quite implicit in what its doing. But its saying for all files (the * wildcard) if it thinks its a text file. It will try to automatically manage their line endings. Specifically it should make committed files have LF line endings most of the time.
* text=auto

*.png binary
*.uasset binary
*.umap binary

*.sln eol=crlf
*.vcxproj eol=crlf
*.vcxproj.filters eol=crlf
*.cs eol=crlf

*.sh eol=lf
*.png binary
*.uasset binary
*.umap binary

0 comments on commit 70f8c91

Please sign in to comment.