Create .gitattributes

pull/607/head
Kim Kulling 2015-07-08 14:37:30 +02:00
parent 36f0ccced1
commit d162b213a2
1 changed files with 8 additions and 0 deletions

8
.gitattributes vendored 100644
View File

@ -0,0 +1,8 @@
# Declare files that will always have LF line endings on checkout.
*.cpp text eol=lf
*.h text eol=lf
*.c text eol=lf
*.hpp text eol=lf
*.txt text eol=lf
*.cmake text eol=lf
*.sh text eol=lf