Ver código fonte

FIX: Unset 'text' attribute for '*.bat'

Alexander Koblov 2 anos atrás
pai
commit
b62904aeb1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .gitattributes

+ 1 - 1
.gitattributes

@@ -1,4 +1,4 @@
 *.sh		text eol=lf
 *.sh		text eol=lf
-*.bat		text eol=crlf
+*.bat		-text
 
 
 language/*.po	text eol=lf
 language/*.po	text eol=lf