mirror of
https://github.com/github/codeql.git
synced 2026-01-29 06:12:58 +01:00
Merge pull request #38 from sauyon/use-text
.gitattributes: Use -text instead of binary
This commit is contained in:
6
.gitattributes
vendored
6
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user