Skip to content

Multi-line comments formatting #105

Open
@vzaliva

Description

@vzaliva

When formatting multi-line comment in indented section it should respect current indentation level.
For example, now it formats:

Section Foo.
  (* line 1
line 2
line3 
*)

Expected formatting is something like this:

Section Foo.
  (* line 1
     line 2
     line3 
  *)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions