Skip to content

Commit

Permalink
Correct handling of line endings
Browse files Browse the repository at this point in the history
Signed-off-by: Velocet <[email protected]>
  • Loading branch information
Velocet committed Apr 18, 2024
1 parent 178b77f commit 84d1542
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Normalize line endings to LF in the repository
* text eol=lf
# Default behavior if core.autocrlf is not set.
* text=auto


# Declare text files to be normalized and converted to native line endings on checkout.
# Uncomment to normalize line endings to LF in the repository
#* text eol=lf


# Declare text files that have CRLF line endings on checkout.
*.bat text eol=crlf
*.sln text eol=crlf

0 comments on commit 84d1542

Please sign in to comment.