Closed mpfeil closed 1 year ago
With the release of 1.13.0, the newline character somehow changed from LF to CRLF.
1.13.0
LF
CRLF
This PR uses eol package and sets the newline character to LF. Directly set it to LF because all of our stack is running within unix containers.
unix
Issue
With the release of
1.13.0
, the newline character somehow changed fromLF
toCRLF
.Solution
This PR uses eol package and sets the newline character to
LF
. Directly set it toLF
because all of our stack is running withinunix
containers.