# Let Git decide what to do, for every file. More on that later.
* text=auto

*.rs text eol=lf
*.json text eol=lf
*.toml text eol=lf

# Declare files that are binary so that their eol should not be modified.
# Git, with the first line of this file, will probably not modify binary
# files, but add the following just to be safe and explicit.
*.png binary
*.jpg binary