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

Line continuation indent for subs is weird #47

Open
RomanHargrave opened this issue Jan 30, 2021 · 0 comments
Open

Line continuation indent for subs is weird #47

RomanHargrave opened this issue Jan 30, 2021 · 0 comments
Labels
indentation Issues involving indentation

Comments

@RomanHargrave
Copy link
Contributor

Given the code

sub taglib-file-new(Str $filename --> File) is native(taglib) is symbol('taglib_file_new') is export(:ALL) { * }

I want to format it as

sub taglib-file-new(Str $filename --> File) 
   is native(taglib) is symbol('taglib_file_new') is export(:ALL) { * }

But raku-mode wants to format it as

sub taglib-file-new(Str $filename --> File) 
is native(taglib) is symbol('taglib_file_new') is export(:ALL) { * }
@matiaslina matiaslina added the indentation Issues involving indentation label Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
indentation Issues involving indentation
Projects
None yet
Development

No branches or pull requests

2 participants