79569892

Date: 2025-04-12 00:51:01
Score: 2.5
Natty:
Report link

Maybe this?

# FILE: abc.clang-format21
MaxEmptyLinesToKeep: 0
AllowShortFunctionsOnASingleLine: false

Output:

clang-format-21 --style=file:abc.clang-format21 source.c

void test() {
  return 0;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: atl