Explorar o código

Added a gitattribute file to let git deal with line ending issues

Raphaël Doursenaud %!s(int64=12) %!d(string=hai) anos
pai
achega
6856ca3993
Modificáronse 1 ficheiros con 21 adicións e 0 borrados
  1. 21 0
      .gitattributes

+ 21 - 0
.gitattributes

@@ -0,0 +1,21 @@
+# Set default behaviour, in case users don't have core.autocrlf set.
+* text=auto
+
+# Explicitly declare text files we want to always be normalized and converted 
+# to native line endings on checkout.
+*.php text
+*.sql text
+*.htm text
+*.html text
+*.js text
+*.css text
+*.lang text
+*.txt text
+*.md text
+
+# Denote all files that are truly binary and should not be modified.
+*.ico binary
+*.png binary
+*.jpg binary
+*.odt binary
+*.odf binary