Skip to content

Windows: Consider whether it's important to write/handle config.yml and docker-compose.yml in crlf native windows textfile format #261

@rfay

Description

@rfay

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:

image

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:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions