Hi,
> No, you'll have to get used to it (and you will, I guarantee you). >> What is “+” and “-“? > Unified diff markers. They're helpful but they're just explanations - why > would you care, run gradlew tidy and continue working. Oh well, that’s obvious what format that is. My comment was more about: it’s not so obvious from the log file if the “+” means: “it should look like this” and not like the lines with “.”. So if this is a diff like “diff -u unformatted autoformatted” or the “diff -u autoformatted unformatted”. All fine, I can live with it, but I just sometimes want to have a way to apply my formatting, because sometimes it feels to me like “programming art”, especially when I try to align stuff to fit each other. My example would be like ten lines with mostly the same stuff, but aligned by whitespace so you can interpret it visually like a “table” (like a table of constants). Uwe
