Can I get Uncrustify to fix this newline issue?

113 views Asked by At

Is there a way to get Uncrustify to remove the newline and whitespace in this if statement? I can't seem to find an option that fixes this sort of "issue".

if (a
    == 5) {
    puts("a is five");
}
0

There are 0 answers