procyon icon indicating copy to clipboard operation
procyon copied to clipboard

Patch formatting

Open nbauma109 opened this issue 3 years ago • 1 comments

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.

nbauma109 avatar Mar 19 '22 21:03 nbauma109

Hi @mstrobel Please help moving forward with this PR Thanks !

nbauma109 avatar Apr 02 '23 09:04 nbauma109