.gitattributes: Use -text instead of binary

Also only add attributes to go files under the ql directory
This commit is contained in:
Sauyon Lee
2020-02-27 00:23:56 -08:00
parent fe4003fc69
commit 8e909a49e9

6
.gitattributes vendored
View File

@@ -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