Skip to content

Commit

Permalink
Don't wrap method declaration (#1416)
Browse files Browse the repository at this point in the history
Wrap method declarations on parameters, not on modifiers and return type.
  • Loading branch information
hesselink authored Jun 16, 2020
1 parent 7209e9b commit c4fd4b2
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 15 deletions.
6 changes: 6 additions & 0 deletions changelog/@unreleased/pr-1416.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: improvement
improvement:
description: When using Eclipse's built-in formatter, method declarations are now
wrapped on parameters, not on modifiers and return type.
links:
- https://github.com/palantir/gradle-baseline/pull/1416
Loading

0 comments on commit c4fd4b2

Please sign in to comment.