shithub: pokecrystal

Download patch

ref: 5a4098891ac52126c935311d891bab3fbd248c62
parent: 3a7edf8b1ac7e84efa7f86c8f711f99812415701
author: yenatch <[email protected]>
date: Mon May 6 20:58:53 EDT 2013

disable automatic line ending correction

on windows, carriage returns were being inserted into binary files, causing compiling errors

--- /dev/null
+++ b/.gitattributes
@@ -1,0 +1,2 @@
+# No monkey business with line endings
+* text=false