Ensure line endings for .bat are not modified
Closes gh-10039
This commit is contained in:
parent
bd88f37a50
commit
510842ff2f
|
@ -1,6 +1,9 @@
|
|||
# Normalize line endings to auto.
|
||||
* text auto
|
||||
|
||||
# Ensure that line endings for DOS batch files are not modified.
|
||||
*.bat -text
|
||||
|
||||
# Ensure the following are treated as binary.
|
||||
*.cer binary
|
||||
*.graffle binary
|
||||
|
|
Loading…
Reference in New Issue