Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add autofix to selector-list-comma-newline-after #3815

Merged
merged 1 commit into from Nov 27, 2018

Conversation

ota-meshi
Copy link
Member

Which issue, if any, is this issue related to?

Closes #3409

Closes #3421 (PR)

Is there anything in the PR that needs further explanation?

e.g.

  • option always

    code:

    a,b {}

    fixed:

    a,
    b {}

    code:

    a, /* comment */ b {}

    fixed:

    a, /* comment */
    b {}
  • option never

    code:

    a,
    b {
    }

    fixed:

    a,b {
    }

Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ota-meshi You're on fire with these autofix additions :)

@ntwb ntwb merged commit df0630d into master Nov 27, 2018
@ntwb ntwb deleted the add-autofix/selector-list-comma-newline-after branch November 27, 2018 07:12
@ntwb
Copy link
Member

ntwb commented Nov 27, 2018

Changelog 29424d4

Added: selector-list-comma-newline-after autofix (#3815).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add autofix to selector-list-comma-newline-after
3 participants