Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#43) Indent maps that start with a linebreak similar to records #45

Merged
merged 1 commit into from
May 26, 2020

Conversation

hcs42
Copy link
Member

@hcs42 hcs42 commented May 26, 2020

No description provided.

…cords

When a map starts with an empty line after the opening '#{', it was
indented the following way:

    MyMap = #{
      k1 => v1
     }

Now it is indented the following way:

    MyMap = #{
              k1 => v1
             }

Records have already been working this way.

Authors:

* Yoko OYAMA <yowcow@cpan.org>
* Csaba Hoch <csaba.hoch@gmail.com>
@hcs42 hcs42 merged commit b0dabde into vim-erlang:master May 26, 2020
@hcs42 hcs42 deleted the map_indent branch June 13, 2020 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant