Skip to content

add wrap_long_lines in intellij-java-google-style.xml #404

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

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

shenpengyan
Copy link

if one line code is too long, it is bad to watch code in screen,

<option name="RIGHT_MARGIN" value="140" />

limit the one line code length, but we can not reformat it with ‘reformat code’ keymap when our code is longer than limit length.

with this set, we can reformat it

<option name="WRAP_LONG_LINES" value="true" />

@vapier vapier added the lang:java The Java language label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang:java The Java language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants