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 *) ```