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

Only one line per formal if formal is multi-line #363

Closed
lorenzwalthert opened this issue Mar 1, 2018 · 1 comment
Closed

Only one line per formal if formal is multi-line #363

lorenzwalthert opened this issue Mar 1, 2018 · 1 comment

Comments

@lorenzwalthert
Copy link
Collaborator

lorenzwalthert commented Mar 1, 2018

I.e.

add newline after , if the argument consumes multiple lines.

Example

function(a, 
         b = {
           x
         },
         c
) {
  c + b
}

Migrated from #353 (comment)

@lorenzwalthert lorenzwalthert changed the title only one line per formal if formal is multi-line Only one line per formal if formal is multi-line Mar 1, 2018
@lorenzwalthert
Copy link
Collaborator Author

Blocked by #357.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant