From 8e909a49e9a6f071a4a2d39bb0b21e2ca357c53a Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Thu, 27 Feb 2020 00:23:56 -0800 Subject: [PATCH] .gitattributes: Use -text instead of binary Also only add attributes to go files under the ql directory --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index ae36a7d7a73..fdf3185f2d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -# Force git not to modify line endings for go files -*.go binary +# Force git not to modify line endings for go files under the ql directory +ql/**/*.go -text # Force git not to modify line endings for dbschemes -*.dbscheme binary +*.dbscheme -text