Re: Import order and POM formatting

2023-01-15 Thread Volkan Yazıcı
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 `.

Re: Import order and POM formatting

2023-01-14 Thread Matt Sicker
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

Import order and POM formatting

2023-01-14 Thread Piotr P. Karwasz
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