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.