From 3bb6bbe2c28f019b5418395222bc16bca489efca Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 9 Mar 2019 15:22:19 +1300 Subject: [PATCH] Add diff support for golang file --- Go.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go.gitattributes b/Go.gitattributes index 175ebc8..f70c678 100644 --- a/Go.gitattributes +++ b/Go.gitattributes @@ -2,4 +2,4 @@ # line endings. Windows users contributing to Go will need to use a # modern version of git and editors capable of LF line endings. -*.go -text +*.go -text diff=golang