Skip to content

Commit 2874c08

Browse files
committed
Enforce LF line-endings for all files
* Required for getting the shebang right (for example, in WSL). * Fixes jq failures on CRLF Dockerfiles: jq: error: syntax error, unexpected INVALID_CHARACTER (Unix shell quoting issues?) at <top-level>, line 1: jq: 1 compile error
1 parent 802c938 commit 2874c08

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
@@ -1,2 +1,3 @@
11
/*/**/Dockerfile linguist-generated
22
/Dockerfile*.template linguist-language=Dockerfile
3+
* text=auto eol=lf

0 commit comments

Comments
 (0)