We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today, parameter lists marked implicit have the keyword forced to its own line:
implicit
def foo( a: Int, b: Int )( implicit // On its own line. ec: ExecutionContext, system: ActorSystem ): Unit
There should be an option to Preserve / Prevent / Force this behavior.
This was introduced in the daniel-trinh fork, and should be fixed in 1.0.
Per comment on #206 from @jrudolph .
The text was updated successfully, but these errors were encountered:
jkinkead
No branches or pull requests
Today, parameter lists marked
implicit
have the keyword forced to its own line:There should be an option to Preserve / Prevent / Force this behavior.
This was introduced in the daniel-trinh fork, and should be fixed in 1.0.
Per comment on #206 from @jrudolph .
The text was updated successfully, but these errors were encountered: