colonelfazackerley

Results 35 comments of colonelfazackerley

I noticed we have a lot of deviations from the code style (whitespace, line length), and I'm introducing more by accident. checkstyle also does a few things to make bugs...

Looks like Google's is not configurable, and Google style is quite different (curly brace position, line length, ... ).

maybe astyle https://sourceforge.net/projects/astyle/

maybe uncrustify https://github.com/uncrustify/uncrustify ha, I joined in the chat for the previous discussion: forgot completely. I prefer Google's java style to the current rabbit style.

uncrustify looks promising. I am trawling through the config.

Despite preferring Google style, I have been fiddling with making uncrustify do rabbit style. click to expand uncrustify config ```cfg # Uncrustify 0.58 # # General options # # The...

What details made you give up? It seems to do spaces lining parentheses OK, and braces. Sorting long lines is tricky, but I am surprised that you prefer to change...

In uncrustify many check items can be configured to 'ignore', so it doesn't make changes resulting in noisy diffs. We can get it to fix some hefty fraction of style...

in latest kubuntu with standard repos the options are openjdk 8 or 9.

After I first upgraded to 16.04, I found compiling from command line or eclipse would not work. I fixed those, but now I find I cannot push an apk from...