-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Labels
in: sbm-support-rewriteIssue is related to the sbm-support-rewrite compionentIssue is related to the sbm-support-rewrite compionentrevamptype: enhancementNew feature or requestNew feature or request
Description
What needs to be done
It should be possible to provide OpenRewrite Style settings to the parser.
- A default set of styles should be provided if reasonable (what is the default with OR?)
- The set of styles should be provided as application properties
parser.styles=com.foo.MyStyle,com.bar.YourStyle-
The default is set in
ParserProperties -
The style should be provided where required (ExecutionContext, Parser(s), ..)
-
Implemented code and tests that verify
- Styles from properties are used
- Code is formatted using the configured style(s)
Metadata
Metadata
Assignees
Labels
in: sbm-support-rewriteIssue is related to the sbm-support-rewrite compionentIssue is related to the sbm-support-rewrite compionentrevamptype: enhancementNew feature or requestNew feature or request