Currently, when I configure ImportOrder as \\#, in the maven plugin, I intend to format the imports as:
importstaticxxx;
importstaticyyy;
importzzz;
... but it actually produces:
importstaticxxx;
importstaticyyy;
importzzz;
Is there an approach or we can make a patch to support the former format?
cc @nedtwigg
Currently, when I configure ImportOrder as
\\#,in the maven plugin, I intend to format the imports as:... but it actually produces:
Is there an approach or we can make a patch to support the former format?
cc @nedtwigg