Browse Source

Ensure line endings for .bat are not modified

Closes gh-10039
Marcus Da Coregio 4 năm trước cách đây
mục cha
commit
8c0103498a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .gitattributes

+ 3 - 0
.gitattributes

@@ -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