Files
codeql/.gitattributes
Sauyon Lee 8e909a49e9 .gitattributes: Use -text instead of binary
Also only add attributes to go files under the ql directory
2020-02-27 00:23:56 -08:00

6 lines
163 B
Plaintext

# 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 -text