Skip to content

Commit

Permalink
More wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Feb 7, 2023
1 parent ee235f0 commit 15397b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ core.formatter.alignment_for_parameters_in_constructor_declaration=16
core.formatter.alignment_for_parameters_in_method_declaration=16
core.formatter.alignment_for_relational_operator=0
core.formatter.alignment_for_resources_in_try=80
core.formatter.alignment_for_selector_in_method_invocation=80
core.formatter.alignment_for_selector_in_method_invocation=84
core.formatter.alignment_for_shift_operator=0
core.formatter.alignment_for_string_concatenation=16
core.formatter.alignment_for_superclass_in_type_declaration=16
Expand All @@ -41,7 +41,7 @@ core.formatter.alignment_for_throws_clause_in_method_declaration=16
core.formatter.alignment_for_type_arguments=0
core.formatter.alignment_for_type_parameters=0
core.formatter.alignment_for_union_type_in_multicatch=16
core.formatter.align_selector_in_method_invocation_on_expression_first_line=false
core.formatter.align_selector_in_method_invocation_on_expression_first_line=true
core.formatter.blank_lines_after_imports=1
core.formatter.blank_lines_after_package=1
core.formatter.blank_lines_before_field=0
Expand Down

0 comments on commit 15397b3

Please sign in to comment.