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

Enable curly spacing check for children #1177

Merged
merged 9 commits into from
Jun 11, 2017

Commits on Jun 11, 2017

  1. Move the first option into the config object

    Use the "spaces" name.
    fatfisz committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    0f0ab21 View commit details
    Browse the repository at this point in the history
  2. Add a test case for a fixed bug

    Previously when "spacing" was set and "allowMultiline" was missing,
    it was set to `undefined` and not `true` (as it should).
    fatfisz committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    9a8f800 View commit details
    Browse the repository at this point in the history
  3. Allow attributes to have their own config

    This change does not make sense by itself, but it will with the added
    children config.
    fatfisz committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    c9e9ded View commit details
    Browse the repository at this point in the history
  4. Change "spaces" to "when"

    fatfisz committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    7b9d9ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65135b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    408e1b1 View commit details
    Browse the repository at this point in the history
  7. Add more mixed tests

    fatfisz committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    5515130 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6903f18 View commit details
    Browse the repository at this point in the history
  9. Update the docs

    fatfisz committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    d57c115 View commit details
    Browse the repository at this point in the history