Переглянути джерело

Include a .gitattribute file to make the line endings stay consistent

drieseng 9 роки тому
батько
коміт
42c7466a5d
1 змінених файлів з 17 додано та 0 видалено
  1. 17 0
      .gitattributes

+ 17 - 0
.gitattributes

@@ -0,0 +1,17 @@
+* text=auto
+
+*.cs text
+*.xaml text
+*.sln text eol=crlf
+*.csproj text eol=crlf
+*.shproj text eol=crlf
+*.appxmanifest text eol=crlf
+
+*.png binary
+*.jpg binary
+*.dll binary
+*.pdb binary
+*.exe binary
+*.nupkg binary
+*.pdf binary
+*.snk binary