Parcourir la source

Create .gitattributes

Kim Kulling il y a 10 ans
Parent
commit
d162b213a2
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      .gitattributes

+ 8 - 0
.gitattributes

@@ -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