mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
6 lines
163 B
Plaintext
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
|