chore: Add gitattributes to normalize line endings

This commit is contained in:
Mike Welsh 2019-10-11 14:21:44 -07:00
parent 59d39d6572
commit 1ec90b8a14
1 changed files with 11 additions and 0 deletions

11
.gitattributes vendored Normal file
View File

@ -0,0 +1,11 @@
# Enforce LF line endings for text files
* text=auto eol=lf
# Binary files
*.png binary
*.fla binary
*.swc binary
*.swf binary
*.jpg binary
*.jpeg binary
*.png binary