瀏覽代碼

Ensure line endings for .bat are not modified

Closes gh-10039
Marcus Da Coregio 4 年之前
父節點
當前提交
8c0103498a
共有 1 個文件被更改,包括 3 次插入0 次删除
  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