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

This adds an AOSP formatter to the Eclipse plugin. #251

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

Commits on Feb 6, 2018

  1. This adds an AOSP formatter to the Eclipse plugin. This is achieved

    by creating two different Eclipse Java Formatter implementations
    that are selectable in the _Java Code Style > Formatter_ preferences.
    The `google-java-format` acts just the same. A new `aosp-java-format`
    enables AOSP options.
    
    Internally this is achieved by giving the SnippetFormatter the ability
    to accept `JavaFormatterOptions`.
    Bryan Schofield committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    002651f View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary formatting changes caused by Eclipse.

    Bryan Schofield committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    478e67c View commit details
    Browse the repository at this point in the history