Skip to content

Top does not do what I think it should? And annotator fails to indent. #202

@kwerle

Description

@kwerle

I have a class that was written:

# Schema information from previous annotator
module SomeModule
  # Some doc about MyModel
  class MyModel < ...

I changed all of annotaterb's position options to 'top' - which I supposed is top of file? It inserted docs like this (see also #201):

module SomeModule
  # Some doc about MyModel
# Schema information from annotaterb
  class MyModel < ...

I expected the schema information to go to the top of the file.
I expect standard indentation. And/or indentation that matches the class declaration.

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