Skip to content

Commit

Permalink
Git attributes file. Force .aas_player files to unix line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlKenner committed Mar 2, 2017
1 parent bada5cb commit 6d35424
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.cpp text
*.h text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.aas_player eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tga binary

0 comments on commit 6d35424

Please sign in to comment.