mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
# Force git not to modify line endings for go or html files under the ql directory
|
|
ql/**/*.go -text
|
|
ql/**/*.html -text
|
|
|
|
# Force git not to modify line endings for dbschemes
|
|
*.dbscheme -text
|