Просмотр исходного кода

Convert BAT line-endings to CRLF

LF is messing with calls to :message in the updater, at least on my end.
claustromaniac 7 лет назад
Родитель
Сommit
901670fffc
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

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