Skip to content

Resolve "Inconsistent dedent after mls"

Closes #23 (closed) Also solves problem with indentation of map inside sequence. i.e

- 1: 2
  3: 4

is valid but

- 1: 2
   3: 4

is not anymore

Merge request reports