Merge pull request #38 from sauyon/use-text

.gitattributes: Use -text instead of binary
This commit is contained in:
Max Schaefer
2020-02-27 08:27:31 +00:00
committed by GitHub

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