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
@see
The formatter is breaking on long @see tags. For example:
/** * Enables the warning explicit api mode. * * @see org.jetbrains.kotlin.gradle.dsl.KotlinTopLevelExtensionConfig.explicitApiWarning */
I would expect this to remain as-is when formatting it. However, this is the actual result after formatting:
/** * Enables the warning explicit api mode. * * @see * org.jetbrains.kotlin.gradle.dsl.KotlinTopLevelExtensionConfig.explicitApiWarning */
The line should not be broken line this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The formatter is breaking on long
@see
tags. For example:I would expect this to remain as-is when formatting it.
However, this is the actual result after formatting:
The line should not be broken line this.
The text was updated successfully, but these errors were encountered: