plantuml-mode
plantuml-mode copied to clipboard
indentation breaks after note anchored to method
When using the Note on field or method syntax, indentation fails.
Example
@startuml
class Foo {
+ method()
}
note left of Foo
this indents fine
end note
note left of Foo::method
this does not indent
end note
class Bar {
all lines after the second note also are not indented
}
@enduml
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I do not understand how this issue (or any other issue for that matter) would be resolved by waiting without any action.