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

[formatter] Set org.eclipse.jdt.core.formatter.join_wrapped_lines=false by default #2181

Closed
fbricon opened this issue Oct 26, 2021 · 2 comments · Fixed by eclipse-jdtls/eclipse.jdt.ls#1925 or #2186

Comments

@fbricon
Copy link
Collaborator

fbricon commented Oct 26, 2021

Neither Intellij nor Netbeans join wrapped lined by default. It can only be seen in Eclipse (and jdt.ls) by default, which is fairly annoying most of the time.
Given org.eclipse.jdt.core.formatter.join_wrapped_lines came up in several issues, I think we should set org.eclipse.jdt.core.formatter.join_wrapped_lines=false by default

@rgrunber
Copy link
Member

@fbricon , I also noticed org.eclipse.jdt.core.formatter.join_lines_in_comments is also true by default. Should we include that also ?

@fbricon
Copy link
Collaborator Author

fbricon commented Oct 27, 2021

@fbricon , I also noticed org.eclipse.jdt.core.formatter.join_lines_in_comments is also true by default. Should we include that also ?

yeah good point

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