Andy Balaam
Andy Balaam
The problem does seem to be with me making assumptions about how the tools work when actually they work differently on Mac.
Easiest suggestion: try it on Linux! Harder suggestion: edit `levels.mk` and change the line that says `@ls $(@D) --hide=ls.txt > $(@D)/ls.txt` to be `@ls $(@D) | grep -v ls.txt >...
What benefits do you see from this? I am have a personal dislike of checkstyle for code formatting, because it doesn't correct your code, only complains about it, and sometimes...
I took some time to look into code formatters a few years ago and found none that I thought were good enough to use. Google's seems better, but we would...
> I prefer Google's java style to the current rabbit style. I can live with it.
Point of information: I fought uncrustify for quite a while once, before giving up on it :-(
It's philosophical really: I want a tool that entirely removes the human element from the layout, so there can be no disagreement or noisy diffs. The Google tool is closer...
Go for it, don't listen to my stop energy.