Private GIT

Skip to content
Snippets Groups Projects
Commit 751f6bd5 authored by flightlevel's avatar flightlevel Committed by vlbox
Browse files

Normalise Line endings (#1284)

* Add .gitattributes

* Normalise line endings
parent ac0936ce
Branches
No related tags found
No related merge requests found
Showing
with 2671 additions and 2656 deletions
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# Declare files that will always have LF line endings on checkout.
*.yml text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.cs text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment