Skip to content
Snippets Groups Projects
Commit b5f6ee98 authored by winklevos's avatar winklevos
Browse files

Update git to force LF on *

parent 3edf9471
No related branches found
No related tags found
No related merge requests found
yarn.lock text eol=lf # Set the default behavior, in case people don't have core.autocrlf set.
\ No newline at end of file * text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# *.c text
# *.h text
# Declare files that will always have LF line endings on checkout.
*.js text eol=lf
yarn.lock text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment