소스 검색

force gradlew to use UNIX line endings

Jorrit Rouwe 4 년 전
부모
커밋
f1b3d02a49
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -10,6 +10,7 @@
 
 # Force shell files to use LF only
 *.sh text eol=lf
+gradlew text eol=lf
 
 # Declare binary file types
 *.tga binary