In Java, alignment after returns is usually disabled: see https://github.com/google/guava/blob/master/guava/src/com/google/common/collect/Maps.java#L548
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hm. If you think this is Java-specific, I might be inclined to gate this based on the Style's Language for now. The problem is that each additional configuration flag has a certain amount of cost, e.g. because:
- Style flags become less discoverable
- Maintenance increases when ensuring that all combinations of flags work as expected