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

arrow_spacing should allow you to force 0 spaces on each side #628

Open
@joncodo

Description

@joncodo

Proposed coffeelint config setting

"arrow_spacing": {
    "level": "error",
    "spacing": {
      "left": 0,
      "right": 0
    }
  },

Good:

foo =()->

Bad

foo = () ->
foo = ()->

I will make a pull request for this. I will use it in my project but are you interested in having that in this? Should I make a pr?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions