Open fabapp2 opened 1 year ago
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
ParserProperties
The style should be provided where required (ExecutionContext, Parser(s), ..)
[ ] Implemented code and tests that verify
OpenRewrite docs
I can look into this. Can you assign this to me
HI @shresthaujjwal Yes, you can. I haven't looked into this myself yet besides scanning the docs. I will enhance the issue 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
The default is set in
ParserProperties
The style should be provided where required (ExecutionContext, Parser(s), ..)
[ ] Implemented code and tests that verify
OpenRewrite docs