Exheredludis/paludis/pretty_print_options.se
2011-03-10 16:18:14 +00:00

12 lines
283 B
Bash

#!/usr/bin/env bash
# vim: set sw=4 sts=4 et ft=sh :
make_enum_PrettyPrintOption()
{
prefix ppo
key ppo_multiline_allowed "Print over multiple lines if appropriate"
key ppo_include_special_annotations "Include dsak_expanded and dsak_synthetic annotations"
}