Skip to content

Commit

Permalink
Don't insert new line after first parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuel-soldevilla committed Mar 12, 2019
1 parent eba1193 commit c78d7ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions intellijSettings/bms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@
<option name="ALIGN_MULTILINE_RESOURCES" value="false" />
<option name="SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE" value="true" />
<option name="CALL_PARAMETERS_WRAP" value="1" />
<option name="CALL_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
<option name="METHOD_PARAMETERS_WRAP" value="1" />
<option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
<option name="RESOURCE_LIST_WRAP" value="1" />
<option name="EXTENDS_LIST_WRAP" value="1" />
<option name="THROWS_LIST_WRAP" value="1" />
Expand Down

1 comment on commit c78d7ed

@nahuel-soldevilla
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For those using Intellij: I changed it to the way we used to have it in the past, I don't know why I uploaded like this in the first place.
Before this commit:
new_line_java_method_call

After:
new_line_java_method_call_false

At least until we found a better cross-IDE alternative (#5 )

cc @clarysabel @vmaletta @cuenyad @darla-leafnode @abatac @mderamos @mariebawanan

Please sign in to comment.