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 flag to skip insertion of spaces within multi imports. (rebase) #127

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 27, 2015

  1. Add new option noSpacesAroundMultiImports to disable reformatting o…

    …f `import a.b.c.{d, e, f}` into `import a.b.c.{ d, e, f }`. Especially for Java experienced coders this looks more natural.
    gbasler authored and michalkowol committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    f092b5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c188668 View commit details
    Browse the repository at this point in the history
  3. Add GroupByNewLine option that let's you format blocks in case stat…

    …ements individually (IntelliJ compatibility).
    gbasler authored and michalkowol committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    45515d5 View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    gbasler authored and michalkowol committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    10e60cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f34d9d View commit details
    Browse the repository at this point in the history
  6. Update README.rst

    gbasler authored and michalkowol committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    f197055 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26a73f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a7146c View commit details
    Browse the repository at this point in the history
  9. Fix multi line formatting.

    gbasler authored and michalkowol committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    3559366 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ad90f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3fc182e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c8d016 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e79a1f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b91a0be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2859652 View commit details
    Browse the repository at this point in the history