procyon
procyon copied to clipboard
Patch formatting
This PR aims at several goals:
- start using the formatting policy options that were unused until now (i.e in JavaFormattingOptions)
- produce an output that is more ready for line number realignment (useful for a cleaner output in eclipse decompiler plugin)
- use a formatting style that matches the java conventions better
I'm using the PlaceFinallyOnNewLine, PlaceCatchOnNewLine, PlaceElseOnNewLine default values which are false, but until now the decompiler was doing the exact opposite.
Hi @mstrobel Please help moving forward with this PR Thanks !