浏览代码

Convert BAT line-endings to CRLF

LF is messing with calls to :message in the updater, at least on my end.
claustromaniac 7 年之前
父节点
当前提交
901670fffc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -4,5 +4,6 @@
 *.md text
 *.md text
 *.yml text
 *.yml text
 *.txt text
 *.txt text
+*.bat text eol=crlf
 
 
 *.png binary
 *.png binary