Skip to content
Snippets Groups Projects
Commit f0ef8a1c authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Add .gitattributes to normalize line endings

parent 883c6762
No related branches found
No related tags found
No related merge requests found
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Files with Unix line endings
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.ino text eol=lf
*.py text eol=lf
*.sh text eol=lf
# Files with native line endings
# *.sln text
# Binary files
*.png binary
*.jpg binary
*.fon binary
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