For the import order, note that Spotless configuration is aligned with
`.editorconfig` in `log4j-tools`. I find this pretty important and it took
me a while to get them working in the same way. Once we ship Spotless and
`.editorconfig` hand in hand, given we all use IDEA and it has pretty
decent `.
I’m ok with whatever ordering we use. As much as spotless build failures annoy
me, I am loving the increased consistency in some of the annoying parts of code
style.
—
Matt Sicker
> On Jan 14, 2023, at 03:52, Piotr P. Karwasz wrote:
>
> Hi all,
>
> I noticed a difference in the spotless confi
Hi all,
I noticed a difference in the spotless configuration of our repos.
The `logging-log4j2` repo uses:
java,org,com,\#
The `logging-log4j-tools` repo uses:
java,javax,org.apache.logging,,\#java,\#javax,\#org.apache.logging,\#
I copied the latter to `logging-log4j-transform`, so I don't di