Attempt to simplify my life over the long haul by normalizing line endings for project files.

This commit is contained in:
Rom Walton 2012-12-11 19:45:11 -05:00 committed by Oliver Bock
parent 3c20551a8f
commit ee1da5f4a3
1 changed files with 24 additions and 0 deletions

24
.gitattributes vendored Normal file
View File

@ -0,0 +1,24 @@
# Specify a generic set of rules to help avoid line feed issues across
# various IDEs.
#
# Source files
#
*.cpp text eol=lf
*.h text eol=lf
*.rc text eol=lf
*.php text eol=lf
# Project files
#
*.vcproj text eol=crlf
*.sln text eol=crlf
*.ac text eol=lf
*.am text eol=lf
*.in text eol=lf
*.m4 text eol=lf
# Commit Notes
#
checkin_notes text eol=lf
checkin_notes_2012 text eol=lf