-
Notifications
You must be signed in to change notification settings - Fork 471
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Several stylings relevant to annotation placement have yet to be implemented.
When deciding how auto format should behave by we've generally looked to IntelliJ. IntelliJ has several settings which control the placement of annotations (pictured). Our own style, style detector, and auto formatter capture none of these.
So the desirable outcome here is:
- Implement the annotation placement settings in WrappingAndBracesStyle
- Implement auto detection of those settings into Autodetect.WrappingAndBracesStatistics
- Implement the application of those styles in WrappingAndBracesVisitor
- IntelliJ's defaults should be reflected in IntelliJ.tabsAndIndents()
- Delete the private utility methods which have worked around the lack of this functionality wherever they are found
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done
