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

Continuation indent on delegating properties is missing #432

Closed
ZacSweers opened this issue Nov 2, 2023 · 1 comment
Closed

Continuation indent on delegating properties is missing #432

ZacSweers opened this issue Nov 2, 2023 · 1 comment

Comments

@ZacSweers
Copy link

The below example gets formatted as such in 0.46 w/ googleStyle()

public class MergeSarifReports :
  CliktCommand(
    help = "Merges all matching sarif reports into a single file for ease of uploading."
  ) {

  private val remapSrcRoots by
  option(
    "--remap-src-roots",
    help =
    "When enabled, remaps uri roots to include the subproject path (relative to the root project)."
  )
    .flag()
@ZacSweers
Copy link
Author

Sorry fake news!

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

1 participant