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

types would love to be indented too #25

Closed
dch opened this issue Oct 9, 2014 · 1 comment
Closed

types would love to be indented too #25

dch opened this issue Oct 9, 2014 · 1 comment

Comments

@dch
Copy link

dch commented Oct 9, 2014

Looking at http://erlang.org/doc/reference_manual/typespec.html#id77354 types are also indented:

-type: foo :: any()                 %% The top type, the set of all Erlang
            | none()                %% The bottom type, contains no terms
            | pid()
            | port()
            | reference()
            | []                    %% nil
            | float()

which doesn't line up completely correctly but I hope you get the idea!

but vim-erlang-runtime doesn't do that, instead providing:

-type: foo :: any()                 %% The top type, the set of all Erlang
| none()                %% The bottom type, contains no terms
| pid()
| port()
| reference()
| []                    %% nil
| float()
@hcs42
Copy link
Member

hcs42 commented Oct 9, 2014

Duplicate of #2.

@hcs42 hcs42 closed this as completed Oct 9, 2014
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

No branches or pull requests

2 participants