Jelajahi Sumber

added .gtattributes file to ensure crlf line endings

Daniel Gibbs 7 tahun lalu
induk
melakukan
50d3c42d27
1 mengubah file dengan 21 tambahan dan 0 penghapusan
  1. 21 0
      .gitattributes

+ 21 - 0
.gitattributes

@@ -0,0 +1,21 @@
+# crlf line endings for text files
+* text eol=crlf
+
+# Denote all files that are truly binary and should not be modified.
+*.png binary
+*.jpg binary
+
+# Custom for Visual Studio
+*.cs     diff=csharp
+
+# Standard to msysgit
+*.doc	 diff=astextplain
+*.DOC	 diff=astextplain
+*.docx diff=astextplain
+*.DOCX diff=astextplain
+*.dot  diff=astextplain
+*.DOT  diff=astextplain
+*.pdf  diff=astextplain
+*.PDF	 diff=astextplain
+*.rtf	 diff=astextplain
+*.RTF	 diff=astextplain