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");
}
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");
}