if you don't like how the formatter laid out your code, you may need to introduce new functions/variables the formatter is not as clever as humans are, so it can sometimes produce less readable code ...
// https://marxsoftware.blogspot.com/2019/01/jdk12-custom-number-formatting.html public static void main(String[] args) throws ParseException { NumberFormat fmt ...