What happened (or feature request):
On Windows we're creating text files in Unix format (with just LF at end of lines). Windows text files have CRLF at end of line. Lots of things handle this fine but it definitely shows that we're not windows-native and may be a problem to some developers who use editors like notepad that aren't up to the task.
Here's what our config.yml looks like in notepad:

What you expected to happen:
Perhaps we want to write files in windows-native format, assuming that docker-compose can handle that.
How to reproduce it (as minimally and precisely as possible):
Anything else do we need to know:
Related source links or issues: