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

Bad formatting of long @see tags #111

Open
solonovamax opened this issue Mar 5, 2025 · 0 comments
Open

Bad formatting of long @see tags #111

solonovamax opened this issue Mar 5, 2025 · 0 comments

Comments

@solonovamax
Copy link

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.

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