Skip to content

Commit

Permalink
Add .gitattributes to keep line endings normalized
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrow committed Jul 31, 2015
1 parent e88e772 commit 24dfe9d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Auto detect text files and perform LF normalization
* text=auto

# Explicitly declare code/VS files as CRLF
*.cpp eol=crlf
*.h eol=crlf
*.hlsl eol=crlf
*.vcxproj eol=crlf
*.filters eol=crlf
*.sln eol=crlf

# Explicitly declare resource files as binary
*.bin binary

0 comments on commit 24dfe9d

Please sign in to comment.