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 block-opening-brace-newline-before #3518

Merged
merged 2 commits into from Aug 12, 2018
Merged

Add autofix to block-opening-brace-newline-before #3518

merged 2 commits into from Aug 12, 2018

Conversation

ota-meshi
Copy link
Member

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

block-opening-brace-newline-before in #2829

Is there anything in the PR that needs further explanation?

ex.

  • option: always***

    code:

    a { color: pink; }

    fixed:

    a
     { color: pink; }
  • option: never***

    code:

    a
    { color: pink; }

    fixed:

    a{ color: pink; }

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.

Nice.

Copy link
Member

@hudochenkov hudochenkov left a comment

Choose a reason for hiding this comment

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

Good work!

@hudochenkov
Copy link
Member

  • Added: block-opening-brace-newline-before autofix (#3518).

@hudochenkov hudochenkov merged commit 2d496ad into stylelint:master Aug 12, 2018
@ota-meshi ota-meshi deleted the dev/fixable---block-opening-brace-newline-before branch August 12, 2018 08:42
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.

None yet

3 participants