Skip to content

Formatter behaviour #13

Description

@Mossinarium

Not sure where the formatter settings for this come from in the Eclipse preferences as there is nothing under Hocon.

  1. I cannot tell it to use Spaces instead of tabs :(
  2. Running the formatter seems to constantly shift some elements to the right.. for instance:
fast {
......
    monitor = {
        interval = 1
        unit = MINUTES
        cpu = true
        memory = true
    }
...
}

Formating this twice i end up with:

fast{
....
    monitor = {
        interval =        1
        unit = MINUTES
        cpu =        true
        memory =        true
    }
...
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions