Skip to content

Commit

Permalink
chore: make code formatting slightly more sane
Browse files Browse the repository at this point in the history
This eliminates many cases of extreme indentation

Fixes jbangdev#1902
  • Loading branch information
quintesse committed Feb 28, 2025
1 parent 60bbaf1 commit a1fe108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/eclipse_formatting_nowrap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<setting id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value="80"/>
<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause" value="common_lines"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="82"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="80"/>
<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.keep_code_block_on_one_line" value="one_line_never"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/>
Expand Down

0 comments on commit a1fe108

Please sign in to comment.