Skip to content

Commit 95faeb7

Browse files
committedJul 12, 2022
ensure *.bat files have CRLF line endings
depending on the Git settings this file would otherwise be committed with LF line endings which would be wrong. namely, this affected `gradlew.bat`. Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>
1 parent 6458f68 commit 95faeb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.bat text eol=crlf

0 commit comments

Comments
 (0)