Parcourir la source

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

Alexander Koblov il y a 2 ans
Parent
commit
b62904aeb1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitattributes

+ 1 - 1
.gitattributes

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