From: Shenghou Ma Date: Fri, 12 Dec 2014 06:52:05 +0000 (-0500) Subject: .gitattributes: enforce unix eol style X-Git-Tag: go1.5beta1~2637 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2fa657c5d618c24ab306075a1415c9a0ca96c44a;p=gostls13.git .gitattributes: enforce unix eol style Change-Id: I5f021b131f5650217bd14dec09cfb81fb0447b9e Reviewed-on: https://go-review.googlesource.com/1422 Reviewed-by: Brad Fitzpatrick --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..97da3389fb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# see golang.org/issue/9281 +* eol=lf