more line ending fixes

This commit is contained in:
Guenter Obiltschnig 2012-11-11 11:20:31 +01:00
parent 514566ecd7
commit 51dd9234f2

3
.gitattributes vendored
View File

@ -3,6 +3,7 @@
# Explicitly declare text files we want to always be normalized and converted # Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout. # to native line endings on checkout.
*.txt text
*.cpp text *.cpp text
*.c text *.c text
*.h text *.h text
@ -13,7 +14,9 @@
*.vcxproj.filters text *.vcxproj.filters text
*.page text *.page text
*.html text *.html text
*.xhtml text
*.css text *.css text
*.js text
*.progen text *.progen text
*.xml text *.xml text
*.xsd text *.xsd text