clang-format will reformat this to have multiple options on a
single line which is hard to read and I don't see a specific
clang-format option to format this better. So for now,
disable clang-format on this section of code.
g_ut_covered = 0;
#endif
+ // clang-format off
struct option long_opts[] = {
{"dump-config", 0, &dump_config, 1},
{"dump-features", 0, &dump_features, 1},
#endif
{NULL, 0, NULL, 0}
};
+ // clang-format on
/* getopt_long stores the option index here. */
int option_index = 0;