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