# Explicitly declare text files we want to always be normalized and converted 
# to Linux line endings on checkout.
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.hpp text eol=lf
*.inl text eol=lf
*.entity text eol=lf
*.xml text eol=lf
*.txt text eol=lf
*.java text eol=lf
*.sh text eol=lf
*.py text eol=lf

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


