1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-24 07:41:46 +02:00

Fix problems with Docker under Windows

Docker under Windows need LF (\n) EOL in scripts
This commit is contained in:
Tim Gerundt
2022-08-11 13:19:24 +02:00
parent 5cdfbc38fc
commit 092a367bbc

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Docker under Windows need LF (\n) EOL in scripts
/docker-utils/** text eol=lf