Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Allow minimum spacing for colon_assignment_spacing #593

Open
ghost opened this issue Feb 27, 2017 · 0 comments
Open

Allow minimum spacing for colon_assignment_spacing #593

ghost opened this issue Feb 27, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 27, 2017

Aligning code can be very nice. So, it's a bummer that coffeelint doesn't allow to specify a minimum spacing (in contrast to exact specification) for the colon_assignment_spacing rule.

What do you think? How could this be implemented? What about something like this?:

    "colon_assignment_spacing ": {
        "name": "colon_assignment_spacing",
        "level": "ignore",
        "spacing": {
            "left": 0,
            "min_right": 1
        }
    },
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants