Skip to content

Commit 8c01034

Browse files
Ensure line endings for .bat are not modified
Closes gh-10039
1 parent e269e5c commit 8c01034

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Normalize line endings to auto.
22
* text auto
33

4+
# Ensure that line endings for DOS batch files are not modified.
5+
*.bat -text
6+
47
# Ensure the following are treated as binary.
58
*.cer binary
69
*.graffle binary

0 commit comments

Comments
 (0)