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 declaration-colon-newline-after #3588

Merged
merged 2 commits into from Aug 22, 2018

Conversation

ota-meshi
Copy link
Member

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

closes #3552

Is there anything in the PR that needs further explanation?

ex.

code:

a { color :pink; }

fixed:

a { color :
pink; }

@ota-meshi ota-meshi force-pushed the add-autofix/declaration-colon-newline-after branch from 75bc43f to c9571e1 Compare August 20, 2018 16:17
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

@ntwb
Copy link
Member

ntwb commented Aug 22, 2018

Changelog in 5f18d09

  • Added: declaration-colon-newline-after autofix (#3588).

@ntwb ntwb merged commit 3becbd7 into master Aug 22, 2018
@ntwb ntwb deleted the add-autofix/declaration-colon-newline-after branch August 22, 2018 03:13
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 declaration-colon-newline-after
3 participants