#include "getopt_long.h"
#endif
+/* *INDENT-OFF* disable uncrustify */
#define SUITE(name) unsigned suite_ ## name(unsigned);
#include "test/suites.h"
#undef SUITE
+/* *INDENT-ON* enable uncrustify */
const char USAGE_TEXT[] =
"Usage:\n"
# Make all if/elseif/else statements in a chain be braced or not. Overrides mod_full_brace_if.
# If any must be braced, they are all braced. If all can be unbraced, then the braces are removed.
-mod_full_brace_if_chain = add # false/true
+mod_full_brace_if_chain = false # false/true
# Don't remove braces around statements that span N newlines
mod_full_brace_nl = 0 # number