CurlyMoo
CurlyMoo
So a zero will just put things inline?
I want this: ``` static int validate(void) { if(alecto_ws1700->rawlen == RAW_LENGTH) { if(alecto_ws1700->raw[alecto_ws1700->rawlen - 1] >= (MIN_PULSE_LENGTH * PULSE_DIV) && alecto_ws1700->raw[alecto_ws1700->rawlen - 1]
Can you show me an example of the output given?
> I think 2 spaces is a little too narrow seeing this 😜 LGTM, exactly what i see everyday in notepad++
What i miss is the line wrapping.
Those lines were not wrapped by astyle but where already wrapped. There were just alined (almost) properly. I still see that the functions are not alined (strcmp).
Do you again have a travis output showing the working of this?
This you fix this commit so it's actually a split.
> What's the new Codacy PR review thing that showed up? It looks quite nice IMO, very useful features! I was wondering what it was, but wasn't convinced enough.
The PR's should be like this 1. Contribution and pre-commit hook 2. Astyle linting in travis. The first is about setting the rules, second about checking if the rules were...