Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Consistent line endings between platforms #160

Closed
@rbu

Description

@rbu

We're using libsass-python to compile SCSS on different platforms. Unfortunately, on Windows systems the generated CSS contains windows line endings while on Linux systems, Linux line endings are used.

This creates a problem where unnecessary whitespace changes make reviews harder.

I would suggest either using one set of endings consistently (Linux, for example) OR analyzing the file endings of the input file and sticking with those.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions