-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugThis issue/PR relates to a bug.This issue/PR relates to a bug.featureThis issue/PR relates to major feature request.This issue/PR relates to major feature request.windowsThis issue/PR related to windows systems onlyThis issue/PR related to windows systems only
Milestone
Description
When running cookiecutter on Windows the output is different from running it on posix.
In particular even though templates use LF line endings, the results is files with CRLF line endings.
CRLF is bad in general in my book, but here converting to CRLF is not so nice.
Since Jinja uses LF by default, I wonder if this is not because Git would be trying to convert things, though my Git settings on Windows are set to make no conversions at all
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThis issue/PR relates to a bug.This issue/PR relates to a bug.featureThis issue/PR relates to major feature request.This issue/PR relates to major feature request.windowsThis issue/PR related to windows systems onlyThis issue/PR related to windows systems only