You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
463 B

##BANNER##
#include "uncrustify_types.h"
namespace uncrustify
{
//BEGIN declarations of option object instances
namespace options
{
##DECLARATIONS##
} // namespace options
//END declarations of option object instances
///////////////////////////////////////////////////////////////////////////////
//-----------------------------------------------------------------------------
void register_options(void)
{
##REGISTRATIONS##
}
} // namespace uncrustify