sensebox / node-sketch-templater

Arduino sketch templates used by the openSenseMap-api
MIT License
2 stars 2 forks source link

Fix eol in template files #137

Closed mpfeil closed 1 year ago

mpfeil commented 1 year ago

Issue

With the release of 1.13.0, the newline character somehow changed from LF to CRLF.

Solution

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.